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

Commit

Permalink
KEP-1679 Release tagging no longer works on swarmDB master
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruck committed Aug 27, 2019
1 parent 68827aa commit e3cf3f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: cpp

env:
global:
- HOMEBREW_NO_AUTO_UPDATE=""
- PROJECT_VERSION_MAJOR="0"
- PROJECT_VERSION_MINOR="7"
- PROJECT_VERSION_PATCH="${TRAVIS_BUILD_NUMBER}"
Expand Down Expand Up @@ -120,6 +121,7 @@ after_success:
fi
fi
if [ "$TRAVIS_BRANCH" = "master" ] ; then
git lfs fetch --all
git tag ${PROJECT_VERSION}
git remote add origin-swarm https://${GITHUB_TOKEN}@github.com/bluzelle/swarmdb.git > /dev/null 2>&1
git push --quiet --set-upstream origin-swarm ${TRAVIS_BRANCH} --tags
Expand Down

0 comments on commit e3cf3f3

Please sign in to comment.