Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Commit 01b37c9

Browse files
committed
corrects gcreds
1 parent 43ff4d6 commit 01b37c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
export GOOGLE_APPLICATION_CREDENTIALS=/var/sec/gcp_cred.json
55
mkdir -p /var/sec
66
echo $GOOGLE_CREDENTIALS > /var/sec/gcp_cred.json
7-
8-
cat /var/sec/gcp_cred.json
7+
echo $GOOGLE_CREDENTIALS
98

109
function stripColors {
1110
echo "${1}" | sed 's/\x1b\[[0-9;]*m//g'

0 commit comments

Comments
 (0)