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 85b50ea commit 8efebebCopy full SHA for 8efebeb
.buildkite/scripts/steps/integration_tests_tf.sh
@@ -36,6 +36,9 @@ if [[ "${BUILDKITE_RETRY_COUNT}" -gt 0 ]]; then
36
echo "~~~ The steps is retried, starting the ESS stack again"
37
trap 'ess_down' EXIT
38
ess_up $OVERRIDE_STACK_VERSION || (echo -e "^^^ +++\nFailed to start ESS stack")
39
+else
40
+ # For the first run, we start the stack in the start_ess.sh step and it loads the secrets
41
+ ess_load_secrets
42
fi
43
44
# Run integration tests
0 commit comments