Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #42 from schul-cloud/pinussilvestrus-patch-1
Browse files Browse the repository at this point in the history
Update upload-apk.sh
  • Loading branch information
Langleu authored Jun 30, 2017
2 parents 7bd19d8 + b2ed165 commit cd017bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/upload-apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ "$TRAVIS_BRANCH" = "$BRANCH" ]; then
git remote set-url origin https://langleu:$GITHUB_API_KEY@github.com/schul-cloud/schulcloud-mobile-android.git

# Add tag and push to master.
git tag -a v${TRAVIS_BUILD_NUMBER} -m "Travis build $TRAVIS_BUILD_NUMBER pushed a tag."
git tag -a buildV${TRAVIS_BUILD_NUMBER} -m "Travis build $TRAVIS_BUILD_NUMBER pushed a tag."
git push origin --tags
git fetch origin

Expand Down

0 comments on commit cd017bf

Please sign in to comment.