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 {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
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 'devenv shell flutter build web --release'
|
||||||
sh 'docker build -t harbor.julian-mutter.de/sheetless/sheetless-frontend .'
|
sh 'docker build -t harbor.julian-mutter.de/sheetless/sheetless-frontend .'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user