Skip to content
Snippets Groups Projects
Commit 130c4534 authored by Marco Wettstein's avatar Marco Wettstein
Browse files

fix: fix

parent 10760f2c
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ app-build:
- echo "current path is $(pwd)"
- yarn
- echo "building into $CI_PROJECT_DIR"
- TOOL_NODE_FLAGS="--max_old_space_size=2048 --min_semi_space_size=8 --max_semi_space_size=256" --optimize_for_size meteor build $CI_PROJECT_DIR --architecture os.linux.x86_64 --allow-superuser --server-only --directory
- TOOL_NODE_FLAGS="--max_old_space_size=2048 --min_semi_space_size=8 --max_semi_space_size=256 --optimize_for_size" meteor build $CI_PROJECT_DIR --architecture os.linux.x86_64 --allow-superuser --server-only --directory
artifacts:
paths:
- $CI_PROJECT_DIR/bundle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment