Skip to content

Commit

Permalink
Merge pull request #245 from jlebon/pr/bump-lockfile-var
Browse files Browse the repository at this point in the history
bump-lockfile: fix variable substitution for auth
  • Loading branch information
Luca Bruno authored May 27, 2020
2 parents 665c1fd + 4329e39 commit a74684f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/bump-lockfile.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cosaPod {
usernameVariable: 'GHUSER',
passwordVariable: 'GHTOKEN')]) {
// should gracefully handle race conditions here
sh("git -C src/config push https://${GHUSER}:${GHTOKEN}@github.com/${repo} ${branch}")
sh("git -C src/config push https://\${GHUSER}:\${GHTOKEN}@github.com/${repo} ${branch}")
}
}
}
Expand Down

0 comments on commit a74684f

Please sign in to comment.