Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/publish
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
bazel run @nodejs//:yarn config set registry https://us-npm.pkg.dev/artifact-foundry-prod/ah-3p-staging-npm/
bazel run //tools/registry-tools:switch_registry -- $(pwd)/yarn.lock https://us-npm.pkg.dev/artifact-foundry-prod/npm-3p-trusted/
bazel run @nodejs//:yarn install -- --frozen-lockfile
bazel test //... --build_tests_only
bazel test //... --build_tests_only --action_env=CLOUDSDK_CONTEXT_AWARE_USE_CLIENT_CERTIFICATE

# After the code is build with Airlock dependencies, we change the registry to public npmjs
# to publish our npm package.
Expand Down
1 change: 1 addition & 0 deletions tools/gcloud/secrets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def _gcloud_secret_impl(ctx):
"--location=%s" % ctx.attr.location,
"--project=%s" % ctx.attr.project,
],
use_default_shell_env = True,
execution_requirements = {
"local": "1",
},
Expand Down
Loading