Skip to content

Commit 1d25ab6

Browse files
committed
Correct path to deploy.sh (#154)
(cherry picked from commit 7696ed6)
1 parent d50e94d commit 1d25ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def deploy(Map args = [:]) {
205205
]]) {
206206
if (isUnix()) {
207207
withEnv(["REPO_API_KEY=${repo.data.apiKey}", "REPO_API_URL=${repo.data.url}"]) {
208-
sh(label: 'Deploy', script: '.ci/linux/deploy.sh ${REPO_API_KEY} ${REPO_API_URL}')
208+
sh(label: 'Deploy', script: '.ci/deploy.sh ${REPO_API_KEY} ${REPO_API_URL}')
209209
}
210210
} else {
211211
withEnv(["REPO_API_KEY=${repo.data.apiKey}", "REPO_API_URL=${repo.data.url}"]) {

0 commit comments

Comments
 (0)