Update Jenkinsfile

This commit is contained in:
2026-06-08 22:57:17 +02:00
parent 1ca975f0bd
commit 16b11564cc

1
Jenkinsfile vendored
View File

@@ -42,6 +42,7 @@ pipeline {
steps { steps {
sh ''' sh '''
cd firka cd firka
$FLUTTER config --android-sdk /opt/android-sdk
$FLUTTER build apk --debug $FLUTTER build apk --debug
''' '''
} }