„Jenkinsfile“ ändern
Some checks failed
carom/python3-carom-client/master There was a failure building this commit

Fix: mask backets
This commit is contained in:
reinsle 2019-03-05 15:26:21 +01:00
parent 5a86759efb
commit d44246507f

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
}
stage('build') {
steps {
sh 'pipenv run pex . -r <(pipenv lock -r) -e carom.cli:cli -o dist/carom-client'
sh 'pipenv run pex . -r <\(pipenv lock -r\) -e carom.cli:cli -o dist/carom-client'
archiveArtifacts artifacts: 'dist/*', fingerprint: true
}
}