From 2de00b8239598fb025f587b6bac3a8a7c6d82dc3 Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Thu, 3 Jun 2021 11:19:17 +1000 Subject: [PATCH] Correct path to deploy.sh --- .ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index bb23fd67..738d20d1 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -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}"]) {