Skip to content

Commit

Permalink
pull from ca
Browse files Browse the repository at this point in the history
  • Loading branch information
junyifang-whoop committed Oct 17, 2024
1 parent 5bf1aaa commit b791627
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
steps:
- checkout

- run:
name: Log into nexus npm registry
command: ./npm-login.sh
- javascript/pull-auth

- run:
name: Build
Expand All @@ -26,19 +24,7 @@ jobs:
- javascript/bump-package-version:
base_package_version: "2.20"

- javascript/publish-to-nexus:
nexus_repository_name: "npm-private"

- javascript/change-publish-registry-to-codeartifact:
code_artifact_repository_name: "whoop-npm"

- javascript/authenticate-with-codeartifact

- javascript/npm-codeartifact-auth:
code_artifact_repository_name: "whoop-npm"

- javascript/publish-to-codeartifact:
code_artifact_repository_name: "whoop-npm"
- javascript/publish

workflows:
build_and_test:
Expand Down

0 comments on commit b791627

Please sign in to comment.