different debug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user