checkout
Some checks failed
cicd / pull (push) Successful in 5s
cicd / cicd (push) Failing after 4s

This commit is contained in:
bel
2023-10-28 08:55:07 -06:00
parent 04ae24e7df
commit b4d98055a6

View File

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