debug
cicd / cicd (push) Failing after 5s Details

main
bel 2023-10-28 08:47:51 -06:00
parent 4b0dafc6ac
commit 546730b639
1 changed files with 3 additions and 3 deletions

View File

@ -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