Skip to content

Commit 2eaeffc

Browse files
author
MargeBot
committed
Merge branch 'IDTEAM-fix-chromium-build-config' into 'main'
Fix chromium build config being ignored See merge request web/clients!18515
2 parents 2f71860 + 003d3c6 commit 2eaeffc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

applications/pass-extension/tools/build-all.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ function bundle_extension_from_sources {
137137
RELEASE=true yarn run build:extension:ff >/dev/null
138138
cd dist
139139
zip -rqX "$ARTEFACTSDIR/release/$BUILD_ID-FF.zip" "."
140+
141+
# Remove config lock to not affect chromium builds
142+
cd ..
143+
yarn run config:clean >/dev/null
144+
140145
on_leave "release/$BUILD_ID-FF.zip"
141146
}
142147

0 commit comments

Comments
 (0)