Skip to content

Commit

Permalink
Fix upstream update - correct branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
seantalts committed Oct 18, 2017
1 parent d0d3984 commit 4e1b432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def runTests(String testPath) {
}

def updateUpstream(String upstreamRepo) {
if (env.BRANCH_NAME == 'build/upstream') {
if (env.BRANCH_NAME == 'develop') {
node('master') {
retry(3) {
checkout([$class: 'GitSCM',
Expand Down

0 comments on commit 4e1b432

Please sign in to comment.