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