Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Sep 5, 2017
1 parent 4c4740c commit f1036a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/travis-release.sh
Expand Up @@ -11,4 +11,4 @@ git remote add pushback "https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git"
npx lerna outdated

git commit --allow-empty -m "Pushing from Travis - ${TRAVIS_BUILD_NUMBER}"
git push origin HEAD:"${TRAVIS_BRANCH}"
git push pushback HEAD:"${TRAVIS_BRANCH}"

0 comments on commit f1036a9

Please sign in to comment.