diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-03 23:05:15 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-06-03 23:05:15 +0200 |
commit | 82f7831d734805188c84e687aced459564549325 (patch) | |
tree | 8a0e423867c05f0560f8fbf38264c7cae5474d92 /.gitlab-ci.yml | |
parent | 9a201adddf0f5bdf10ff5cda65f6d58ef904df4b (diff) | |
download | gitlab-ce-82f7831d734805188c84e687aced459564549325.tar.gz |
Don't start services if they are not needed
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc04f3f298f..9774602cbdc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" |