This commit is contained in:
@@ -9,7 +9,10 @@ jobs:
|
|||||||
name: cicd
|
name: cicd
|
||||||
runs-on: dind
|
runs-on: dind
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- name: checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: cicd
|
||||||
|
run: |
|
||||||
pwd
|
pwd
|
||||||
find . -type d
|
find . -type d
|
||||||
sh ./build.sh
|
sh ./build.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user