1
0
Fork 0

asdf
dustin/hudctrl/pipeline/head There was a failure building this commit Details

Dustin 2022-08-01 16:21:07 -05:00
parent efbb9ce14c
commit 72000daeca
1 changed files with 2 additions and 0 deletions

2
ci/Jenkinsfile vendored
View File

@ -25,6 +25,8 @@ pipeline {
steps { steps {
container('node') { container('node') {
dir('ui') { dir('ui') {
sh 'whoammi'
sh 'id'
sh '. ../ci/build-ui.sh' sh '. ../ci/build-ui.sh'
} }
} }