Commit 214bfb1d authored by Albert Salim's avatar Albert Salim

Remove DB dependency from `compile-assets *` jobs

parent ae27abc9
...@@ -74,7 +74,6 @@ gitlab:assets:compile pull-cache: ...@@ -74,7 +74,6 @@ gitlab:assets:compile pull-cache:
- .default-before_script - .default-before_script
- .assets-compile-cache - .assets-compile-cache
- .only:changes-code-backstage-qa - .only:changes-code-backstage-qa
- .use-pg9
stage: prepare stage: prepare
script: script:
- node --version - node --version
...@@ -83,6 +82,7 @@ gitlab:assets:compile pull-cache: ...@@ -83,6 +82,7 @@ gitlab:assets:compile pull-cache:
- retry bundle exec rake gitlab:assets:compile - retry bundle exec rake gitlab:assets:compile
- scripts/clean-old-cached-assets - scripts/clean-old-cached-assets
variables: variables:
SETUP_DB: "false"
# we override the max_old_space_size to prevent OOM errors # we override the max_old_space_size to prevent OOM errors
NODE_OPTIONS: --max_old_space_size=3584 NODE_OPTIONS: --max_old_space_size=3584
cache: cache:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment