Skip to content

Commit

Permalink
Merge pull request astropy#325 from Cadair/punch_it_chewie
Browse files Browse the repository at this point in the history
Deploying cookiecutter rendered to master
  • Loading branch information
astrofrog authored May 3, 2018
2 parents e1019c8 + 52f904d commit aa9354d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [[ "${TRAVIS_PULL_REQUEST}" = "false" && "$TRAVIS_OS_NAME" = "linux" && $TASK
git config --global user.name "Travis CI"
git config --global user.email "travis@travis.ci"
git remote update
git checkout rendered
git checkout master
rsync -avz --delete --exclude .git/ ../packagename/ ./
git add -A

Expand All @@ -33,5 +33,5 @@ if [[ "${TRAVIS_PULL_REQUEST}" = "false" && "$TRAVIS_OS_NAME" = "linux" && $TASK
git add astropy_helpers ah_bootstrap.py ez_setup.py

git commit -m "Update rendered version to ""$TRAVIS_COMMIT"
git push origin rendered
git push origin master
fi

0 comments on commit aa9354d

Please sign in to comment.