Skip to content

Commit 18a92b5

Browse files
committed
revert additional
1 parent a0a4f7c commit 18a92b5

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

run/idp-sql/test/e2e_test_setup.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ steps:
1515
--replication-policy="automatic" \
1616
--data-file=postgres-secrets.json"
1717
18-
./test/retry.sh "gcloud secrets add-iam-policy-binding ${_SERVICE}-secrets \
19-
--member=serviceAccount:${_SERVICE_ACCOUNT} \
20-
--role=roles/secretmanager.secretAccessor"
21-
2218
- id: 'Build Container Image'
2319
name: 'gcr.io/cloud-builders/docker'
2420
entrypoint: '/bin/bash'

run/idp-sql/test/system.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ describe('System Tests', () => {
3333
SERVICE_NAME = 'idp-sql';
3434
}
3535
const {SAMPLE_VERSION} = process.env;
36-
const {SERVICE_ACCOUNT} = process.env;
3736
const PLATFORM = 'managed';
3837
const REGION = 'us-central1';
3938

0 commit comments

Comments
 (0)