Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Fix automatic version bump for v0.16.x branch (#3128) (#3503)
Browse files Browse the repository at this point in the history
Contributes to #3128

Signed-off-by: lesleyannj <[email protected]>
  • Loading branch information
lesleyannjordan authored Mar 1, 2018
1 parent a9fbd2e commit bbb20f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ elif [[ "${BUILD_RELEASE}" = "stable" ]]; then
# Configure the Git repository and clean any untracked and unignored build files.
git config user.name "${GH_USER_NAME}"
git config user.email "${GH_USER_EMAIL}"
git checkout -b master
git checkout -b v0.16.x upstream/v0.16.x
git reset --hard
git clean -d -f

Expand Down

0 comments on commit bbb20f8

Please sign in to comment.