i do NOT want node for checkout
cicd / cicd (push) Failing after 4s
Details
cicd / cicd (push) Failing after 4s
Details
parent
d6a2d3269c
commit
4b0dafc6ac
|
|
@ -10,7 +10,10 @@ jobs:
|
|||
runs-on: dind
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
run: |
|
||||
git clone ${{ github.repository }}
|
||||
cd ./*/
|
||||
shell: sh
|
||||
- name: cicd
|
||||
run: |
|
||||
pwd
|
||||
|
|
|
|||
Loading…
Reference in New Issue