File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3737 - stage : test
3838 install :
3939 # Clone RMG-database
40- - git clone https://github.com/ReactionMechanismGenerator/RMG-database.git
40+ - git clone -b update_atom_enthalpies https://github.com/ReactionMechanismGenerator/RMG-database.git
4141 - cd RMG-Py
4242 # Create and activate environment
4343 - conda env create -q -f environment.yml
Original file line number Diff line number Diff line change @@ -34,14 +34,15 @@ cd $TARGET_DIR
3434
3535# create a new branch in RMG-tests with the name equal to
3636# the branch name of the tested RMG-Py branch:
37- RMGTESTSBRANCH=rmgpy -$DEPLOY_BRANCH
37+ RMGTESTSBRANCH=rmgpydb -$DEPLOY_BRANCH
3838
3939git checkout -b $RMGTESTSBRANCH || true
4040git checkout $RMGTESTSBRANCH
4141
4242# create an empty commit with the SHA-ID of the
4343# tested commit of the RMG-Py branch:
44- git commit --allow-empty -m rmgpy-$REV
44+ DB_DEPLOY_BRANCH=" update_atom_enthalpies"
45+ git commit --allow-empty -m rmgpydb-$REV -${DB_DEPLOY_BRANCH}
4546
4647# push to the branch to the RMG/RMG-tests repo:
4748git push -f $REPO $RMGTESTSBRANCH > /dev/null
You can’t perform that action at this time.
0 commit comments