jenkins: make sure wasm modules exist before compiling web
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -76,7 +76,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
// sh 'devenv shell dart run pdfrx:remove_wasm_modules --revert'
|
||||
sh 'devenv shell dart run pdfrx:remove_wasm_modules --revert'
|
||||
sh 'devenv shell flutter build web --release'
|
||||
sh 'docker build -t harbor.julian-mutter.de/sheetless/sheetless-frontend .'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user