Skip to content

Commit

Permalink
Merge pull request jfrog#100 from arielkv/patch-1
Browse files Browse the repository at this point in the history
update circle.yml
  • Loading branch information
romangurevitch authored Dec 7, 2017
2 parents d8d9cc0 + 76aa136 commit c4dc73b
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 c4dc73b

Please sign in to comment.