Skip to content

Commit

Permalink
update circle.yml
Browse files Browse the repository at this point in the history
fixed a typo
  • Loading branch information
arielkv authored Dec 6, 2017
1 parent d8d9cc0 commit 76aa136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circleci-example/circleci-npm-artifactory/circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- chmod +x jfrog
# Configure Npm client to fetch packages from Artifactory
- npm config set registry https://gcartifactory-us.jfrog.info/artifactory/api/npm/circleci-npm
- curl -u$ARTIFACTIRY_USERNAME:$ARTIFACTORY_PASSWORD https://gcartifactory-us.jfrog.info/artifactory/api/npm/auth >> ~/.npmrc
- curl -u$ARTIFACTORY_USERNAME:$ARTIFACTORY_PASSWORD https://gcartifactory-us.jfrog.info/artifactory/api/npm/auth >> ~/.npmrc
- npm install
deployment:
master:
Expand Down

0 comments on commit 76aa136

Please sign in to comment.