diff options
author | 💃 Winnie 💃 <gitlab@winniehell.de> | 2017-03-05 20:08:10 +0000 |
---|---|---|
committer | 💃 Winnie 💃 <gitlab@winniehell.de> | 2017-03-05 20:08:10 +0000 |
commit | 307d12526bf7209569411995f9b4422a1ee8fff4 (patch) | |
tree | 8ed71fc8a7d3f2e51437f41f86c74ca38c180162 /.gitlab-ci.yml | |
parent | 8a5557ce514fc5bd1a8e4e236713fd0910ce7e78 (diff) | |
download | gitlab-ce-307d12526bf7209569411995f9b4422a1ee8fff4.tar.gz |
Enable build job for caching Gems of GitLab EEcache-gems-for-ee
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
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 |