Skip to content

Commit fa8f690

Browse files
committed
debug much more
1 parent 34c0971 commit fa8f690

File tree

1 file changed

+4
-0
lines changed
  • .buildkite/scripts/steps

1 file changed

+4
-0
lines changed

.buildkite/scripts/steps/ess.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ function ess_load_secrets() {
4848
# QUESTION: should we support the case when using the ESS stack in local environment?
4949
oblt-cli cluster secrets env --cluster-name="${CLUSTER_NAME}" --output-file="${secrets_file}"
5050

51+
# NOTE: only for debugging purposes
52+
# so we know the secrets file has been created
53+
buildkite-agent artifact upload "$secrets_file"
54+
5155
# Source the secrets file
5256
# shellcheck source=/dev/null
5357
source "${secrets_file}" || rm "$secrets_file"

0 commit comments

Comments
 (0)