Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author💃 Winnie 💃 <gitlab@winniehell.de>2017-03-05 23:08:10 +0300
committer💃 Winnie 💃 <gitlab@winniehell.de>2017-03-05 23:08:10 +0300
commit307d12526bf7209569411995f9b4422a1ee8fff4 (patch)
tree8ed71fc8a7d3f2e51437f41f86c74ca38c180162 /.gitlab-ci.yml
parent8a5557ce514fc5bd1a8e4e236713fd0910ce7e78 (diff)
Enable build job for caching Gems of GitLab EE
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0eed0f84b0..deeb01f9a3c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -438,3 +438,4 @@ cache gems:
- vendor/cache
only:
- master@gitlab-org/gitlab-ce
+ - master@gitlab-org/gitlab-ee