1
0
Fork 0

fixup-container-build
dustin/hudctrl/pipeline/head There was a failure building this commit Details

Dustin 2022-08-01 18:41:51 -05:00
parent ab9bf5311b
commit 9f0417da4a
2 changed files with 3 additions and 7 deletions

8
ci/Jenkinsfile vendored
View File

@ -55,9 +55,7 @@ pipeline {
stage('Build Container') { stage('Build Container') {
steps { steps {
container('podman') { container('podman') {
dir('container') { sh '. ci/build-container.sh'
sh '. ../ci/build-container.sh'
}
} }
} }
} }
@ -65,9 +63,7 @@ pipeline {
stage('Publish Container') { stage('Publish Container') {
steps { steps {
container('podman') { container('podman') {
dir('container') { sh '. ci/publish-container.sh'
sh '. ../ci/publish-container.sh'
}
} }
} }
} }

View File

@ -2,4 +2,4 @@
cp -r ui/dist ui cp -r ui/dist ui
cp -r svc/dist wheels cp -r svc/dist wheels
podman build -t hudctrl:${BUILD_NUMBER} . podman build -t hudctrl:${BUILD_NUMBER} container