chore(build): changed parallel build script
This commit is contained in:
parent
6fc04ce772
commit
52da209856
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ echo $DOCKER_REPO
|
|||
exit 1
|
||||
} || {
|
||||
docker login $DOCKER_REPO
|
||||
tmux set-option remain-on-exit on
|
||||
# tmux set-option remain-on-exit on
|
||||
tmux split-window "cd ../../backend && IMAGE_TAG=$IMAGE_TAG DOCKER_REPO=$DOCKER_REPO PUSH_IMAGE=1 bash build.sh $@"
|
||||
tmux split-window "cd ../../utilities && IMAGE_TAG=$IMAGE_TAG DOCKER_REPO=$DOCKER_REPO PUSH_IMAGE=1 bash build.sh $@"
|
||||
tmux select-layout tiled
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue