-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed autopublish as it is managed by ground-keeper.
- Loading branch information
Showing
2 changed files
with
2 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,19 @@ | ||
image: node:latest | ||
|
||
stages: | ||
- test | ||
- publish | ||
|
||
cache: | ||
key: "$CI_COMMIT_REF_NAME" | ||
paths: | ||
- node_modules | ||
- .yarn-cache | ||
|
||
before_script: | ||
- yarn config set cache-folder .yarn-cache | ||
- yarn install --pure-lockfile | ||
- yarn config set cache-folder .yarn-cache | ||
- yarn install --pure-lockfile | ||
|
||
lint: | ||
stage: test | ||
script: | ||
- yarn run lint | ||
|
||
test: | ||
stage: test | ||
script: | ||
- yarn run test | ||
|
||
publish: | ||
stage: publish | ||
only: [master] | ||
script: | ||
- yarn run publish |
This file was deleted.
Oops, something went wrong.