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 34c0971 commit fa8f690Copy full SHA for fa8f690
.buildkite/scripts/steps/ess.sh
@@ -48,6 +48,10 @@ function ess_load_secrets() {
48
# QUESTION: should we support the case when using the ESS stack in local environment?
49
oblt-cli cluster secrets env --cluster-name="${CLUSTER_NAME}" --output-file="${secrets_file}"
50
51
+ # NOTE: only for debugging purposes
52
+ # so we know the secrets file has been created
53
+ buildkite-agent artifact upload "$secrets_file"
54
+
55
# Source the secrets file
56
# shellcheck source=/dev/null
57
source "${secrets_file}" || rm "$secrets_file"
0 commit comments