Skip to content

Commit 5b129b9

Browse files
committed
TEST: switch back to HTML renderer
1 parent 696054d commit 5b129b9

File tree

4 files changed

+105
-97
lines changed

4 files changed

+105
-97
lines changed

.fvm/fvm_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"flutterSdkVersion": "3.35.0",
2+
"flutterSdkVersion": "3.27.4",
33
"flavors": {}
44
}

jenkins/multi-branch-ci.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pipeline {
5353
script {
5454
SENTRY_RELEASE = 'flutter-app-ci-' + getCurrentBranch() + '-' + getCommitSha()
5555
}
56-
sh('fvm flutter build web --no-web-resources-cdn')
56+
sh('fvm flutter build web --web-renderer html --no-web-resources-cdn')
5757
}
5858
}
5959
stage('Prepare artifacts') {

0 commit comments

Comments
 (0)