We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50e94d commit 1d25ab6Copy full SHA for 1d25ab6
.ci/Jenkinsfile
@@ -205,7 +205,7 @@ def deploy(Map args = [:]) {
205
]]) {
206
if (isUnix()) {
207
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}')
+ sh(label: 'Deploy', script: '.ci/deploy.sh ${REPO_API_KEY} ${REPO_API_URL}')
209
}
210
} else {
211
0 commit comments