mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
941a99d675
commit
08819a890f
|
@ -18,3 +18,4 @@ RUN go get golang.org/x/crypto/ssh/terminal
|
|||
|
||||
COPY upload-assets /usr/bin/upload-assets
|
||||
COPY release-email-notification /usr/bin/release-email-notification
|
||||
COPY gcloud-login /usr/bin/gcloud-login
|
||||
|
|
5
github-dev/gcloud-login
Executable file
5
github-dev/gcloud-login
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "$GCLOUD_KEY"
|
||||
|
||||
echo "$GCLOUD_KEY" > ${HOME}/.gcloud.json
|
Loading…
Reference in New Issue
Block a user