We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b583416 commit 50f2f17Copy full SHA for 50f2f17
cicd/gcviewer-script.sh
@@ -37,7 +37,7 @@ function merge_with_develop_branch() {
37
# since travis did a shallow clone (git clone --depth=50 ...), we need to fetch the develop branch first
38
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
39
git fetch --depth=10
40
- git checkout -t -b develop origin/develop
+ git checkout develop
41
git merge ${TRAVIS_BRANCH}
42
}
43
0 commit comments