Remove greenkeeper-lockfile (#1710)

This commit is contained in:
ylemkimon
2018-09-12 22:01:30 +09:00
committed by GitHub
parent 91553c1dfe
commit 1cf3cd6fe5
3 changed files with 3 additions and 30 deletions

View File

@@ -38,14 +38,14 @@ commands:
steps:
- restore_cache:
keys:
- yarn-deps-v2-{{ checksum "yarn.lock" }}
- yarn-deps-v2-
- yarn-deps-v3-{{ checksum "yarn.lock" }}
- yarn-deps-v3-
- run:
name: Install dependencies
# upgrade Yarn before installing dependencies, if needed
command: yarn check || { curl -o- -L https://yarnpkg.com/install.sh | bash && yarn; }
- save_cache:
key: yarn-deps-v2-{{ checksum "yarn.lock" }}
key: yarn-deps-v3-{{ checksum "yarn.lock" }}
paths:
- node_modules
@@ -97,20 +97,6 @@ jobs:
filter: '^docs/|^LICENSE|\.md$'
- install_dependencies
- add_ssh_keys:
fingerprints:
- "e1:ac:13:98:98:8b:fd:38:81:12:28:55:75:a1:da:73"
- run:
name: Greenkeeper - update and commit yarn.lock
environment:
# greenkeeper-lockfile detects build by checking it's the first job
# of the first workflow. As we run jobs parallel, it may not be the
# first job
CIRCLE_PREVIOUS_BUILD_NUM: ""
command: |
./node_modules/.bin/greenkeeper-lockfile-update
./node_modules/.bin/greenkeeper-lockfile-upload
- run:
name: Lint code
command: yarn test:lint