Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsafin committed Oct 30, 2020
1 parent f83409f commit f6253b6
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 @@ -66,7 +66,7 @@ spec:
expression { return env.GIT_BRANCH == 'master'; }
}
steps {
sh 'git merge master'
sh 'git merge origin/master'
}
}
stage('Remove SNAPSHOT from version') {
Expand Down

0 comments on commit f6253b6

Please sign in to comment.