Skip to content

Commit

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

0 comments on commit 3316aa1

Please sign in to comment.