From: Dan Allen Date: Wed, 3 Jan 2018 00:46:36 +0000 (-0700) Subject: don't install yarn in CI as it's already available in the image X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2d5fa685a628c5848325c501bcf7c19656dfe18e;p=eg-antora.git don't install yarn in CI as it's already available in the image --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 979f0c8..3298198 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,6 @@ yarn: - node_modules/ - .yarn-cache/ script: - - npm install -g yarn - yarn --cache-folder=.yarn-cache lint: stage: verify