Skip to content

Commit

Permalink
remove conditions from docker push script
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Sep 25, 2018
1 parent b28c8a4 commit ac69ee2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/linux/push_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ DOCKER_USER=$2
DOCKER_PASS=$3
BRANCH_NAME=$4

if [ "$BRANCH_NAME" == "v2" ]; then
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker push aostreetart/kelona:latest
fi
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker push aostreetart/kelona:latest

0 comments on commit ac69ee2

Please sign in to comment.