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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue