Skip to content

Commit 1721b58

Browse files
committed
fix datastore project id
1 parent ec81df6 commit 1721b58

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.kokoro/presubmit/logging-graalvm-native-presubmit.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ env_vars: {
2222
value: "gcloud-devel"
2323
}
2424

25+
env_vars: {
26+
key: "DATASTORE_PROJECT_ID"
27+
value: "gcloud-devel"
28+
}
29+
2530
env_vars: {
2631
key: "GOOGLE_APPLICATION_CREDENTIALS"
2732
value: "secret_manager/java-it-service-account"
@@ -32,11 +37,6 @@ env_vars: {
3237
value: "java-it-service-account"
3338
}
3439

35-
env_vars: {
36-
key: "IT_SERVICE_ACCOUNT_EMAIL"
37-
value: "it-service-account@gcloud-devel.iam.gserviceaccount.com"
38-
}
39-
4040
env_vars: {
4141
key: "BUILD_SUBDIR"
4242
value: "java-datastore"

0 commit comments

Comments
 (0)