fix(build): backend build loop fix
This commit is contained in:
parent
c67f22dfe5
commit
56883e8308
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ function build_service() {
|
|||
[[ $PUSH_IMAGE -eq 1 ]] && {
|
||||
docker push ${DOCKER_REPO:-'local'}/$image:${git_sha1}
|
||||
}
|
||||
echo "Build completed for $image"
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue