Skip to content

Commit bf8c28b

Browse files
add "rmgdb-" prefix to commit message of pushed commit
1 parent d8ecf9a commit bf8c28b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ git checkout $RMGTESTSBRANCH
7171

7272
# create an empty commit with the SHA-ID of the
7373
# tested commit of the RMG-database branch:
74-
git commit --allow-empty -m $REV
74+
git commit --allow-empty -m rmgdb-$REV
7575

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

0 commit comments

Comments
 (0)