Skip to content

Commit 78d921d

Browse files
committed
ci: remove the --noSandbox flag, because this unfortunately freezes the pipeline completely
1 parent 7d66831 commit 78d921d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ envsubst < "${POD_OS_APP_NAME}".manifest.json > dist/"${POD_OS_APP_NAME}"/manife
2121

2222
echo "Generating PWA assets"
2323
npx pwa-asset-generator \
24-
--noSandbox \
2524
--opaque false \
2625
--favicon \
2726
--padding "0" \
@@ -31,7 +30,6 @@ npx pwa-asset-generator \
3130
./dist/"${POD_OS_APP_NAME}"/icons
3231

3332
npx pwa-asset-generator \
34-
--noSandbox \
3533
--opaque false \
3634
--padding "calc(50vh - 25%) calc(50vw - 50%)" \
3735
--index ./dist/"${POD_OS_APP_NAME}"/index.html \

0 commit comments

Comments
 (0)