mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
cleanup
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
f1ce42ce85
commit
d871637d41
|
@ -21,5 +21,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
|
||||
COPY cleanup-pr-branch /usr/bin/cleanup-pr-branch
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
gpg --batch --yes --passphrase "$GCLOUD_KEY" --cipher-algo AES256 -o "${HOME}/gcloud.key" "${GITHUB_WORKSPACE}/.gcloud.key.gpg"
|
Loading…
Reference in New Issue
Block a user