mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
8 lines
100 B
Bash
Executable File
8 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set -o pipefail
|
|
|
|
echo "$GCLOUD_KEY"
|
|
|
|
echo "$GCLOUD_KEY" > "${HOME}/.gcloud.json"
|