Skip to content

Commit

Permalink
Merge pull request #157 from contiv/master
Browse files Browse the repository at this point in the history
merging for release 1.1.1
  • Loading branch information
rchirakk authored Jul 19, 2017
2 parents 57db0d7 + ed25f2b commit b57fb9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ if [ ! -z "${BUILD_VERSION-}" ]; then

git checkout master # make sure we have the latest master + all tags
git pull --ff-only # no merge commits, please
git fetch --tags # shallow clones do not include tags, so doublecheck
git checkout $BUILD_VERSION # BUILD_VERSION is expected to be a valid tag
else
echo "No BUILD_VERSION set, skipping checkout/update of contiv-ui repo"
Expand Down

0 comments on commit b57fb9b

Please sign in to comment.