summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-05-15 15:00:23 -0500
committerMike Greiling <mike@pixelcog.com>2017-05-16 00:18:45 -0500
commitd93efcc210c0dae5f39f1a33d6745786bf660478 (patch)
tree2c3a945529dcac7f6024c2276f57b6ae86b19fac
parente5a18cd731f9fb2f66e2764bf6cafd783a67bcb6 (diff)
downloadgitlab-ce-d93efcc210c0dae5f39f1a33d6745786bf660478.tar.gz
add trailing slash to .yarn-cache to clearly identify it as a directory
-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"