„Jenkinsfile“ ändern
Some checks failed
carom/python3-carom-client/master There was a failure building this commit
Some checks failed
carom/python3-carom-client/master There was a failure building this commit
fix: unmask brackets
This commit is contained in:
parent
d44246507f
commit
6674204e44
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -28,8 +28,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
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
|
archiveArtifacts artifacts: 'dist/*', fingerprint: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user