Skip to content

Commit 642f5cd

Browse files
committed
Remove secret
1 parent 299d85c commit 642f5cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google-cloud-bigquery-jdbc/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
SECRET=`cat $(GOOGLE_APPLICATION_CREDENTIALS)`
21
CONTAINER_NAME=jdbc
32
PACKAGE_DESTINATION=$(PWD)/drivers
43
SRC="$(PWD)/.."
@@ -85,7 +84,7 @@ generate-dependency-list:
8584
-e "GOOGLE_APPLICATION_CREDENTIALS=/auth/application_creds.json" \
8685
-v $(SRC):/src \
8786
-e "SA_EMAIL=test_email" \
88-
-e "SA_SECRET=$(SECRET)" \
87+
-e "SA_SECRET=/auth/application_creds.json" \
8988
-e "SA_SECRET_P12=/auth/application_creds.p12" \
9089
$(CONTAINER_NAME) $(args)
9190

0 commit comments

Comments
 (0)