Commit 82f7831d authored by Kamil Trzcinski's avatar Kamil Trzcinski

Don't start services if they are not needed

parent 9a201add
...@@ -34,6 +34,7 @@ stages: ...@@ -34,6 +34,7 @@ stages:
precompile: precompile:
stage: prepare stage: prepare
services: []
variables: variables:
USE_DB: "false" USE_DB: "false"
script: script:
...@@ -43,6 +44,7 @@ precompile: ...@@ -43,6 +44,7 @@ precompile:
- public/assets/ - public/assets/
.knapsack_state: &knapsack_state .knapsack_state: &knapsack_state
services: []
variables: variables:
USE_DB: "false" USE_DB: "false"
USE_BUNDLE_INSTALL: "false" USE_BUNDLE_INSTALL: "false"
......
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