debug
cicd / cicd (push) Failing after 5s
Details
cicd / cicd (push) Failing after 5s
Details
parent
4b0dafc6ac
commit
546730b639
|
|
@ -11,11 +11,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
run: |
|
run: |
|
||||||
|
hostname
|
||||||
|
docker ps | grep $HOSTNAME
|
||||||
git clone ${{ github.repository }}
|
git clone ${{ github.repository }}
|
||||||
cd ./*/
|
cd ./*/
|
||||||
shell: sh
|
|
||||||
- name: cicd
|
|
||||||
run: |
|
|
||||||
pwd
|
pwd
|
||||||
find . -type d
|
find . -type d
|
||||||
sh ./build.sh
|
sh ./build.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue