Changeset 2d09df1 in sasmodels


Ignore:
Timestamp:
Jan 16, 2018 10:03:58 AM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
88096f5
Parents:
791281c
Message:

attempt to fix travis deploy to marketplace; also restrict deploy to one build

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rce8c388 r2d09df1  
    66    env: 
    77    - PY=2.7 
     8    - DEPLOY=True 
    89  - os: linux 
    910    env: 
     
    5152  on: 
    5253    branch: master 
     54    condition: $DEPLOY = True 
    5355notifications: 
    5456  slack: 
  • deploy.sh

    r2ba5ba5 r2d09df1  
    55    ssh-add .travis/travis_rsa 
    66    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#28985327 
     10    git fetch --unshallow deploy 
    711    git push deploy master 
    812fi 
Note: See TracChangeset for help on using the changeset viewer.