fixup-container-build
dustin/hudctrl/pipeline/head There was a failure building this commit
Details
dustin/hudctrl/pipeline/head There was a failure building this commit
Details
parent
ab9bf5311b
commit
9f0417da4a
|
@ -55,9 +55,7 @@ pipeline {
|
|||
stage('Build Container') {
|
||||
steps {
|
||||
container('podman') {
|
||||
dir('container') {
|
||||
sh '. ../ci/build-container.sh'
|
||||
}
|
||||
sh '. ci/build-container.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -65,9 +63,7 @@ pipeline {
|
|||
stage('Publish Container') {
|
||||
steps {
|
||||
container('podman') {
|
||||
dir('container') {
|
||||
sh '. ../ci/publish-container.sh'
|
||||
}
|
||||
sh '. ci/publish-container.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
cp -r ui/dist ui
|
||||
cp -r svc/dist wheels
|
||||
podman build -t hudctrl:${BUILD_NUMBER} .
|
||||
podman build -t hudctrl:${BUILD_NUMBER} container
|
||||
|
|
Loading…
Reference in New Issue