Skip to content

Commit

Permalink
Removed autopublish as it is managed by ground-keeper.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiryus committed Aug 25, 2018
1 parent 42da64b commit 83cb23c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 63 deletions.
16 changes: 2 additions & 14 deletions .gitlab-ci.yml
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
49 changes: 0 additions & 49 deletions scripts/publish.sh

This file was deleted.

0 comments on commit 83cb23c

Please sign in to comment.