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 fb96b7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ script:
- echo CXXFLAGS=${CXXFLAGS}
- git lfs install
- git lfs pull
- make -j2
- make -j2
- make static_analysis
- ctest
- make package
Expand All @@ -120,6 +120,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 fb96b7a

Please sign in to comment.