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