Compare commits

...

No commits in common. "00895069d95cca8790406754520f9fa65d2de60e" and "27cb768703241a2ff166fd2dea51c657d49ba98b" have entirely different histories.

1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ node('arm') {
containerName = sh(
script: 'sha1sum Containerfile',
returnStdout: true
).strip()[0]
).split()[0]
sh "podman build -t ${containerName} -f Containerfile"
}
stage('Build Wheels') {