Skip to content

Commit

Permalink
added git pull from Github
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh Parasnis committed May 8, 2023
1 parent f0a4f9e commit 16efc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-release
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pipeline {

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

0 comments on commit 16efc7a

Please sign in to comment.