Skip to content

Commit e1b9114

Browse files
committed
debug
1 parent 2a3cc7f commit e1b9114

File tree

1 file changed

+2
-3
lines changed
  • .buildkite/scripts/steps

1 file changed

+2
-3
lines changed

.buildkite/scripts/steps/ess.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ function ess_load_secrets() {
5757
source "${secrets_file}" || rm "$secrets_file"
5858
rm $secrets_file || true
5959

60-
# NOTE: only for debugging purposes
61-
# so we know they have been loaded
62-
env | sort
60+
echo "smoke test: ESS Stack secrets loaded"
61+
curl -X GET "${ELASTICSEARCH_HOST}/_cat/indices?v" -u ${ELASTICSEARCH_USERNAME}:${ELASTICSEARCH_PASSWORD}
6362
}

0 commit comments

Comments
 (0)