don't install yarn in CI as it's already available in the image
authorDan Allen <dan@opendevise.com>
Wed, 3 Jan 2018 00:46:36 +0000 (17:46 -0700)
committerDan Allen <dan@opendevise.com>
Wed, 3 Jan 2018 00:46:36 +0000 (17:46 -0700)
.gitlab-ci.yml

index 979f0c8..3298198 100644 (file)
@@ -10,7 +10,6 @@ yarn:
     - node_modules/
     - .yarn-cache/
   script:
-  - npm install -g yarn
   - yarn --cache-folder=.yarn-cache
 lint:
   stage: verify