We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49f446 commit 34c0971Copy full SHA for 34c0971
.buildkite/scripts/steps/ess.sh
@@ -41,6 +41,7 @@ function ess_load_secrets() {
41
42
# Get the cluster name from the meta-data
43
CLUSTER_NAME="$(buildkite-agent meta-data get cluster-name)"
44
+ echo "Cluster name: ${CLUSTER_NAME}"
45
46
# Load the ESS stack secrets
47
secrets_file="secrets.env.sh"
0 commit comments