mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-21 11:22:45 +02:00
update
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
941a99d675
commit
08819a890f
github-dev
@ -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…
x
Reference in New Issue
Block a user