Skip to content

Commit

Permalink
Remove deployment block from circle.yml
Browse files Browse the repository at this point in the history
We no longer publish to NPM in CI builds.
  • Loading branch information
adidahiya authored Oct 20, 2017
1 parent e78f9c2 commit 306c1c6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,3 @@ test:
override:
- case $CIRCLE_NODE_INDEX in 0) npm run clean && yarn compile && yarn add [email protected] && yarn test ;; 1) npm run clean && yarn compile && yarn add [email protected] && yarn test ;; 2) yarn verify ;; 3) npm run clean && yarn compile && yarn add typescript@next && yarn test ;; esac:
parallel: true
deployment:
npm-latest:
# match semver tag (e.g. 3.12.7)
tag: /^\d\d?\.\d\d?\.\d\d?$/
owner: palantir
commands:
- ./scripts/npmPublish.sh latest
npm-next:
# match semver tag with dev prerelease tag (e.g. 3.12.7-dev.2)
tag: /^\d\d?\.\d\d?\.\d\d?-dev\.\d\d?$/
owner: palantir
commands:
- ./scripts/npmPublish.sh next

0 comments on commit 306c1c6

Please sign in to comment.