Skip to content

Commit

Permalink
Improve build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusklocke committed Jul 16, 2021
1 parent ed38ea0 commit 2546d0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ else
TAG="latest"
fi

if [[ "$TAG" == "master" ]]; then
TAG="latest"
fi
echo "TAG: ${TAG}"

# Pull images
TAG=$TAG docker-compose -f docker-compose.build.yml pull
Expand Down

0 comments on commit 2546d0a

Please sign in to comment.