diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-30 06:09:27 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-30 06:09:27 +0000 |
commit | b920d2a9831056cdf907cf71fd25d94f0aaf1e6c (patch) | |
tree | 37d937a61754aa5072fd607fbd2aa8ed00225d6a /.gitlab/ci/global.gitlab-ci.yml | |
parent | 3778629470659207d15cbc8b7064b0eb3caf09ef (diff) | |
download | gitlab-ce-b920d2a9831056cdf907cf71fd25d94f0aaf1e6c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab/ci/global.gitlab-ci.yml')
-rw-r--r-- | .gitlab/ci/global.gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/ci/global.gitlab-ci.yml b/.gitlab/ci/global.gitlab-ci.yml index d9978a44ffb..a0faa6cc3a1 100644 --- a/.gitlab/ci/global.gitlab-ci.yml +++ b/.gitlab/ci/global.gitlab-ci.yml @@ -193,10 +193,12 @@ .storybook-yarn-cache: cache: + - *node-modules-cache - *storybook-node-modules-cache .storybook-yarn-cache-push: cache: + - *node-modules-cache # We don't push this cache as it's already rebuilt by `update-yarn-cache` - *storybook-node-modules-cache-push .use-pg11: |