Skip to content

Commit 092e33a

Browse files
author
Colin Grambow
committed
TEMPORARY TRAVIS COMMIT
1 parent fdb14a1 commit 092e33a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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

deploy.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3939
git checkout -b $RMGTESTSBRANCH || true
4040
git 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:
4748
git push -f $REPO $RMGTESTSBRANCH > /dev/null

0 commit comments

Comments
 (0)