Skip to content

Commit

Permalink
Add missing back-slash in 'git push' (#2407)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 authored Jan 7, 2024
1 parent 178e94a commit 649b309
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 @@ -182,7 +182,7 @@ def bumpVersion() {
fromVersion = getCliVersion("./jf")
sh "build/bump-version.sh $fromVersion $RELEASE_VERSION"
sh "git commit -m \"Bump version from $fromVersion to $toVersion\""
sh "git push "https://$GITHUB_ACCESS_TOKEN@github.com/jfrog/jfrog-cli.git\""
sh "git push \"https://$GITHUB_ACCESS_TOKEN@github.com/jfrog/jfrog-cli.git\""
}
}
}
Expand Down

0 comments on commit 649b309

Please sign in to comment.