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