Skip to content

Commit

Permalink
Correct path to deploy.sh (#154)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7696ed6)
  • Loading branch information
russcam committed Jun 3, 2021
1 parent c4f2201 commit a2d2368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def deploy(Map args = [:]) {
]]) {
if (isUnix()) {
withEnv(["REPO_API_KEY=${repo.data.apiKey}", "REPO_API_URL=${repo.data.url}"]) {
sh(label: 'Deploy', script: '.ci/linux/deploy.sh ${REPO_API_KEY} ${REPO_API_URL}')
sh(label: 'Deploy', script: '.ci/deploy.sh ${REPO_API_KEY} ${REPO_API_URL}')
}
} else {
withEnv(["REPO_API_KEY=${repo.data.apiKey}", "REPO_API_URL=${repo.data.url}"]) {
Expand Down

0 comments on commit a2d2368

Please sign in to comment.