Changeset 9d1e3e4 in sasmodels


Ignore:
Timestamp:
Sep 12, 2017 5:13:38 AM (7 years ago)
Author:
lewis
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:
0edb6c1
Message:

Fix build

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 
     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.