Skip to content

Commit

Permalink
bug: Jenkins could not find 'deploy-sample'-script - (plural)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMitterer committed Jun 27, 2018
1 parent 2dc1317 commit 63c4187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.jenkins
Expand Up @@ -35,7 +35,7 @@ pipeline {
stage('Deploy samples') { stage('Deploy samples') {
steps { steps {
ansiColor('xterm') { ansiColor('xterm') {
sh './deploy-samples.sh -p --force' sh './deploy-sample.sh -p --force'
} }
} }
} }
Expand Down

0 comments on commit 63c4187

Please sign in to comment.