Skip to content

Commit

Permalink
pull code from Github before push
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh Parasnis committed May 8, 2023
1 parent 8b58961 commit f0a4f9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile-release
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ pipeline {
sh "git push downstream ${RELEASE_VERSION}"

// Push the branch to downstream remote
sh "git push downstream ${BRANCH}"
sh "git pull downstream ${BRANCH}"
//sh "git push downstream ${BRANCH}"
}
}
}
Expand Down

0 comments on commit f0a4f9e

Please sign in to comment.