mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-01 08:08:14 +02:00
6 lines
164 B
Bash
Executable File
6 lines
164 B
Bash
Executable File
#!/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"
|