Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-25 02:27:43 -04:00
parent 941a99d675
commit 08819a890f
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 6 additions and 0 deletions

View File

@ -18,3 +18,4 @@ RUN go get golang.org/x/crypto/ssh/terminal
COPY upload-assets /usr/bin/upload-assets COPY upload-assets /usr/bin/upload-assets
COPY release-email-notification /usr/bin/release-email-notification COPY release-email-notification /usr/bin/release-email-notification
COPY gcloud-login /usr/bin/gcloud-login

5
github-dev/gcloud-login Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
echo "$GCLOUD_KEY"
echo "$GCLOUD_KEY" > ${HOME}/.gcloud.json