Skip to content

Commit

Permalink
TEMPORARY changes to Travis to run the 'units' branch of RMG-database
Browse files Browse the repository at this point in the history
Following the instructions at
https://github.com/ReactionMechanismGenerator/RMG-Py/wiki/Simultaneous-Update-of-RMG-Py-and-RMG-database

This commit should be removed before merging to master.
  • Loading branch information
rwest committed Jan 23, 2019
1 parent a4294a3 commit eaff7de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- stage: test
install:
# Clone RMG-database
- git clone https://github.com/ReactionMechanismGenerator/RMG-database.git
- git clone -b units https://github.com/ReactionMechanismGenerator/RMG-database.git
- cd RMG-Py
- conda env create -q -f environment_linux.yml
- source activate rmg_env
Expand Down
3 changes: 2 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ git checkout $RMGTESTSBRANCH

# create an empty commit with the SHA-ID of the
# tested commit of the RMG-Py branch:
git commit --allow-empty -m rmgpy-$REV
DB_DEPLOY_BRANCH="units"
git commit --allow-empty -m rmgpydb-$REV-${DB_DEPLOY_BRANCH}

# push to the branch to the RMG/RMG-tests repo:
git push -f $REPO $RMGTESTSBRANCH > /dev/null

0 comments on commit eaff7de

Please sign in to comment.