Skip to content

Commit

Permalink
Remove bad line in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mahagr committed Dec 12, 2017
1 parent f7f4fe0 commit c1ac3eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ after_deploy:
cd $TRAVIS_BUILD_DIR;
git commit -am "Release [$TRAVIS_TAG] - Automatic Version Number Updates";
git push --force --set-upstream https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git develop:master;
# FIXME: Enable deployment when the git push is working again.
# curl --user ${BAMBOO_DEPLOY} -X POST -d "stage&executeAllStages&bamboo.variable.IS_RELEASE=yes&bamboo.variable.THEME_VERSION=${TRAVIS_TAG}" ${BAMBOO_SITE}THEMES-HELIUM;
fi
- if [ "$TRAVIS_BRANCH" == 'develop' ]; then
curl -L http://gantry.org/cibuilds >/dev/null 2>&1;
Expand Down

0 comments on commit c1ac3eb

Please sign in to comment.