Changeset 88096f5 in sasmodels
- Timestamp:
- Jan 16, 2018 12:14:15 PM (7 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- ec8d4ac
- Parents:
- 2d09df1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
deploy.sh
r2d09df1 r88096f5 5 5 ssh-add .travis/travis_rsa 6 6 git remote add deploy git@danse.chem.utk.edu:/home/git/sasmodels 7 # Travis is reporting: [remote rejected] master -> master (shallow update not allowed)8 # Maybe the following will fix it?9 # https://stackoverflow.com/questions/28983842/remote-rejected-shallow-update-not-allowed-after-changing-git-remote-url#2898532710 git fetch --unshallow deploy11 7 git push deploy master 12 8 fi
Note: See TracChangeset
for help on using the changeset viewer.