rm build hook
This commit is contained in:
@ -26,7 +26,7 @@ function process() {
|
||||
fi
|
||||
}
|
||||
|
||||
echo "[testBuild][INFO]build"
|
||||
echo "[testBuild][INFO] build"
|
||||
|
||||
if "$BUILD_LGSM"; then
|
||||
process "lgsm_debian" "lgsm/"
|
||||
@ -38,4 +38,6 @@ docker rmi "$repository:latest${SUFFIX}" || true
|
||||
docker tag "$repository:gmod_ttt_debian${SUFFIX}" "$repository:latest${SUFFIX}"
|
||||
if "$PUSH"; then
|
||||
docker push "$repository:lgsm_debian${SUFFIX}"
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "[testBuild][INFO] build done!"
|
||||
|
Reference in New Issue
Block a user