Skip to content

Commit 32d52a6

Browse files
author
Milan Andric
committed
modified CI script to push v2 branch. Issue #2127
1 parent e66a109 commit 32d52a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/ci/after_success.sh

+4
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,8 @@ if [ "$TRAVIS_BRANCH" == "develop" ]; then
4242
push 'alpha'
4343
fi;
4444

45+
if [ "$TRAVIS_BRANCH" == "v2" ]; then
46+
push 'release-v2'
47+
fi;
48+
4549
exit 0;

0 commit comments

Comments
 (0)