Browse Source

Fixup Jenkinsfile

layerset
Till Wegmüller 3 years ago
parent
commit
0f6e28cd25
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -21,7 +21,7 @@ pipeline {
stage('Get Task') {
when {
// Only say hello if a "greeting" is requested
expression { !fileExists('../bin/task')}
expression { !fileExists('./bin/task')}
}
steps {
//sh '/usr/bin/curl -sL https://taskfile.dev/install.sh | /usr/bin/bash'

Loading…
Cancel
Save