Skip to content

Commit

Permalink
Comment notify and npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lekum committed Oct 27, 2015
1 parent 3a74639 commit ffbeb17
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ test:
- npm run coverage-6
- cd test/dockerized-testing-environment && docker-compose up -d && docker-compose run resonator run dockertest
deployment:
npm:
branch: master
commands:
- npm version $VERSION --no-git-tag-version
- "printf \"_auth=$NPM_AUTH\\nemail=$NPM_USERNAME\\n\" > npmrc"
- npm publish --userconfig npmrc
- rm npmrc
# npm:
# branch: master
# commands:
# - npm version $VERSION --no-git-tag-version
# - "printf \"_auth=$NPM_AUTH\\nemail=$NPM_USERNAME\\n\" > npmrc"
# - npm publish --userconfig npmrc
# - rm npmrc
hub:
branch: master
commands:
- docker login -u $DOCKER_USER -p $DOCKER_PASS
- docker push $DOCKERHUB_BASE/resonator:$VERSION
notify:
webhooks:
- url: 'https://igz006.herokuapp.com/api/activity/circleci'
#notify:
# webhooks:
# - url: 'https://igz006.herokuapp.com/api/activity/circleci'
dependencies:
pre:
- npm install -g dredd
Expand Down

0 comments on commit ffbeb17

Please sign in to comment.