Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <[email protected]>
  • Loading branch information
evidolob committed Feb 12, 2019
1 parent cbcc814 commit e484f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_push_docker_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if [ "$BUILD_BRANCH" == "master" ]; then
if [ "$image" == "eclipse/che-theia" ]; then
docker tag ${image}:nightly ${image}:${THEIA_IMAGE_TAG}
echo y | docker push ${image}:${THEIA_IMAGE_TAG}
elif ["$image" == "eclipse/che-theia-dev"]; then
elif ["$image" == "eclipse/che-theia-dev" ]; then
docker tag ${image}:nightly ${image}:${THEIA_IMAGE_TAG}
echo y | docker push ${image}:${THEIA_IMAGE_TAG}
else
Expand Down

0 comments on commit e484f0b

Please sign in to comment.