debug
Some checks failed
cicd / pull (push) Successful in 6s
cicd / cicd (push) Failing after 5s

This commit is contained in:
bel
2023-10-28 08:55:38 -06:00
parent b4d98055a6
commit 678da5b580

View File

@@ -26,6 +26,7 @@ jobs:
run: |
was=$(docker images | grep registry-app.inhome.blapointe.com:5001/docker:latest | awk '{print $3}')
echo clone ${{ gitea.repository }}
git clone ${{ gitea.repository }}
cd ./*/
if ! sh ./build.sh; then