testing default container
This commit is contained in:
parent
6de0f13416
commit
9e181eda49
@ -10,8 +10,10 @@ jobs:
|
||||
container:
|
||||
image: docker:stable-dind
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: pwd
|
||||
- run: ls -la
|
||||
- run: ls -lrta
|
||||
- run: lsb_release -a
|
||||
- run: echo "${{ toJson(gitea) }}"
|
||||
- run: echo "$PATH"
|
||||
- run: "ls ${{ gitea.action_path }}"
|
||||
|
@ -8,8 +8,6 @@ on:
|
||||
jobs:
|
||||
hello-world:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: alpine
|
||||
steps:
|
||||
- run: echo "Target branch ${{ gitea.ref }}"
|
||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||
|
Loading…
Reference in New Issue
Block a user