Skip to content

Commit

Permalink
Update Airlock url (#1872)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuseeq1 authored Nov 21, 2024
1 parent 7be89bb commit a51d91d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions scripts/create_npmrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set -e
cat > ~/.npmrc <<EOL
//registry.npmjs.org/:_authToken=$NPM_TOKEN
registry=https://us-npm.pkg.dev/artifact-foundry-prod/ah-3p-staging-npm/
//us-npm.pkg.dev/artifact-foundry-prod/ah-3p-staging-npm/:always-auth=true
//us-npm.pkg.dev/artifact-foundry-prod/ah-3p-staging-npm/:_authToken=${REPO_TOKEN}
registry=https://us-npm.pkg.dev/artifact-foundry-prod/npm-3p-trusted/
//us-npm.pkg.dev/artifact-foundry-prod/npm-3p-trusted/:always-auth=true
//us-npm.pkg.dev/artifact-foundry-prod/npm-3p-trusted/:_authToken=${REPO_TOKEN}
EOL
2 changes: 1 addition & 1 deletion scripts/run_tests_on_cloudbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

bazel run @nodejs//:yarn config set registry https://us-npm.pkg.dev/artifact-foundry-prod/ah-3p-staging-npm/
bazel run @nodejs//:yarn config set registry https://us-npm.pkg.dev/artifact-foundry-prod/npm-3p-trusted/
bazel run @nodejs//:npm install

./scripts/run_tests

0 comments on commit a51d91d

Please sign in to comment.