Changeset bef029d in sasmodels for deploy.sh


Ignore:
Timestamp:
Sep 12, 2017 9:01:49 PM (7 years ago)
Author:
butler
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
2ba5ba5
Parents:
5da1ac8 (diff), b18e650 (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.
Message:

Merge branch 'master' of https://github.com/SasView/sasmodels.git

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deploy.sh

    rd9d77b0 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 
     1if [[ $encrypted_cb04388797b6_iv ]] 
     2then 
     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 
     8fi 
Note: See TracChangeset for help on using the changeset viewer.