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:
authorMike Greiling <mike@pixelcog.com>2017-05-15 23:00:23 +0300
committerMike Greiling <mike@pixelcog.com>2017-05-16 08:18:45 +0300
commitd93efcc210c0dae5f39f1a33d6745786bf660478 (patch)
tree2c3a945529dcac7f6024c2276f57b6ae86b19fac /.gitlab-ci.yml
parente5a18cd731f9fb2f66e2764bf6cafd783a67bcb6 (diff)
add trailing slash to .yarn-cache to clearly identify it as a directory
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4f601b4d0e..aa6fd511d21 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ cache:
key: "ruby-233"
paths:
- vendor/ruby
- - .yarn-cache
+ - .yarn-cache/
variables:
MYSQL_ALLOW_EMPTY_PASSWORD: "1"