checkout
cicd / pull (push) Successful in 5s Details
cicd / cicd (push) Failing after 4s Details

main
bel 2023-10-28 08:55:07 -06:00
parent 04ae24e7df
commit b4d98055a6
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ jobs:
run: | run: |
was=$(docker images | grep registry-app.inhome.blapointe.com:5001/docker:latest | awk '{print $3}') 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 if ! sh ./build.sh; then
exit 1 exit 1
fi fi