try actions/checkout@v3
cicd / cicd (push) Failing after 16s
Details
cicd / cicd (push) Failing after 16s
Details
parent
b970d4b6fa
commit
d6a2d3269c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue