Skip to content

Commit 08dddf6

Browse files
ci(spanner): use airlock for presubmit jobs
1 parent 223f167 commit 08dddf6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.kokoro/system-test.sh

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@
5151
"prelint": "cd samples; npm link ../; npm install",
5252
"precompile": "gts clean",
5353
"compile-protos": "compileProtos src",
54-
"coverage": "c8 mocha build/test build/test/common && c8 report --check-coverage"
54+
"coverage": "c8 mocha build/test build/test/common && c8 report --check-coverage",
55+
"artifactregistry-login": "npm_config_registry=https://registry.npmjs.org npx google-artifactregistry-auth"
5556
},
5657
"dependencies": {
5758
"@google-cloud/common": "^5.0.0",

0 commit comments

Comments
 (0)