different debug
cicd / pull (push) Successful in 6s Details
cicd / cicd (push) Failing after 5s Details

main
bel 2023-10-28 09:14:41 -06:00
parent fe6748a0ae
commit bca4f22eef
1 changed files with 4 additions and 3 deletions

View File

@ -26,8 +26,10 @@ jobs:
run: |
was=$(docker images | grep registry-app.inhome.blapointe.com:5001/docker:latest | awk '{print $3}')
env
pwd
ls
find . -type d
ps aux www
echo clone ${{ gitea.repository }}
git clone ${{ gitea.repository }}
cd ./*/
@ -39,4 +41,3 @@ jobs:
if [ "$was" != "$new" ]; then
docker rmi "$was"
fi
shell: sh