debug
parent
b4d98055a6
commit
678da5b580
|
|
@ -26,6 +26,7 @@ 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}')
|
||||||
|
|
||||||
|
echo clone ${{ gitea.repository }}
|
||||||
git clone ${{ gitea.repository }}
|
git clone ${{ gitea.repository }}
|
||||||
cd ./*/
|
cd ./*/
|
||||||
if ! sh ./build.sh; then
|
if ! sh ./build.sh; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue