summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-05-17 12:02:43 -0500
committerMike Greiling <mike@pixelcog.com>2017-05-17 12:02:43 -0500
commit452f7c86631b9c6fcd351a2901d8b3f82d33d530 (patch)
tree468fc6ce810e2cabbf896d603406183c0e9885b9
parentdaf9ec6cd1f88e7462cae9dc68eda2dcf793cecf (diff)
downloadgitlab-ce-ci-yarn-test.tar.gz
list contents of yarn-cacheci-yarn-test
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1322843b592..6a7dcc2a25b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -187,6 +187,8 @@ setup-test-env:
stage: prepare
script:
- node --version
+ - ls -l .yarn-cache
+ - yarn cache ls --cache-folder .yarn-cache
- yarn install --pure-lockfile --cache-folder .yarn-cache
- bundle exec rake gitlab:assets:compile
- bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'