We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299d85c commit 642f5cdCopy full SHA for 642f5cd
google-cloud-bigquery-jdbc/Makefile
@@ -1,4 +1,3 @@
1
-SECRET=`cat $(GOOGLE_APPLICATION_CREDENTIALS)`
2
CONTAINER_NAME=jdbc
3
PACKAGE_DESTINATION=$(PWD)/drivers
4
SRC="$(PWD)/.."
@@ -85,7 +84,7 @@ generate-dependency-list:
85
84
-e "GOOGLE_APPLICATION_CREDENTIALS=/auth/application_creds.json" \
86
-v $(SRC):/src \
87
-e "SA_EMAIL=test_email" \
88
- -e "SA_SECRET=$(SECRET)" \
+ -e "SA_SECRET=/auth/application_creds.json" \
89
-e "SA_SECRET_P12=/auth/application_creds.p12" \
90
$(CONTAINER_NAME) $(args)
91
0 commit comments