Skip to content

Commit 50f2f17

Browse files
committed
(hopefully) fix release process
1 parent b583416 commit 50f2f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cicd/gcviewer-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function merge_with_develop_branch() {
3737
# since travis did a shallow clone (git clone --depth=50 ...), we need to fetch the develop branch first
3838
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
3939
git fetch --depth=10
40-
git checkout -t -b develop origin/develop
40+
git checkout develop
4141
git merge ${TRAVIS_BRANCH}
4242
}
4343

0 commit comments

Comments
 (0)