diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-05-15 15:16:30 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-05-16 00:18:45 -0500 |
commit | dc5be03380d22f9931b442a12d56c2f313894013 (patch) | |
tree | bde920d2d5a9c71ce1d7db07051fe97f2b89a5a5 | |
parent | d93efcc210c0dae5f39f1a33d6745786bf660478 (diff) | |
download | gitlab-ce-dc5be03380d22f9931b442a12d56c2f313894013.tar.gz |
add CHANGELOG.md entry for !11343
-rw-r--r-- | changelogs/unreleased/32219-speed-up-yarn-install-in-ci-by-utilizing-inter-pipeline-cache.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/32219-speed-up-yarn-install-in-ci-by-utilizing-inter-pipeline-cache.yml b/changelogs/unreleased/32219-speed-up-yarn-install-in-ci-by-utilizing-inter-pipeline-cache.yml new file mode 100644 index 00000000000..7fb3cb3a30b --- /dev/null +++ b/changelogs/unreleased/32219-speed-up-yarn-install-in-ci-by-utilizing-inter-pipeline-cache.yml @@ -0,0 +1,4 @@ +--- +title: Cache npm modules between pipelines with yarn to speed up setup-test-env +merge_request: 11343 +author: |