Skip to content

Commit 6cea840

Browse files
author
Colin Grambow
committed
TEMPORARY TRAVIS COMMIT
1 parent 04b383a commit 6cea840

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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 atom_energies 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ 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="atom_energies"
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)