- Timestamp:
- Sep 12, 2017 11:22:18 AM (7 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 3a45c2c
- Parents:
- 2ad5d30 (diff), 9d1e3e4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Paul Kienzle <pkienzle@…> (09/12/17 11:22:18)
- git-committer:
- GitHub <noreply@…> (09/12/17 11:22:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
deploy.sh
r7e11c3a r9d1e3e4 1 eval "$(ssh-agent -s)" 2 chmod 600 .travis/travis_rsa 3 ssh-add .travis/travis_rsa 4 git remote add deploy git@danse.chem.utk.edu:/home/git/sasmodels 5 git push deploy master 1 if [[ $encrypted_cb04388797b6_iv ]] 2 then 3 eval "$(ssh-agent -s)" 4 chmod 600 .travis/travis_rsa 5 ssh-add .travis/travis_rsa 6 git remote add deploy git@danse.chem.utk.edu:/home/git/sasmodels 7 git push deploy master 8 fi
Note: See TracChangeset
for help on using the changeset viewer.