Skip to content

Commit

Permalink
Add a commit to don't be cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 7, 2017
1 parent 7e1c380 commit 7bfe403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ before_deploy:
sed --expression 's/REQUIREMENTS [\?]= c2cgeoportal/REQUIREMENTS ?= c2cgeoportal=='"${TRAVIS_TAG}"'/g' --in-place c2cgeoportal/scaffolds/update/CONST_Makefile_tmpl;
sed --expression 's/version="[0-9]\+\.[0-9]\+",/version="'"${TRAVIS_TAG}"'",/g' --in-place setup.py;
git diff;
git commit -am "Travis Deploy"
fi

deploy:
Expand Down

0 comments on commit 7bfe403

Please sign in to comment.