Skip to content

Commit 8efebeb

Browse files
committed
load variables otherwise
1 parent 85b50ea commit 8efebeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.buildkite/scripts/steps/integration_tests_tf.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ if [[ "${BUILDKITE_RETRY_COUNT}" -gt 0 ]]; then
3636
echo "~~~ The steps is retried, starting the ESS stack again"
3737
trap 'ess_down' EXIT
3838
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
3942
fi
4043

4144
# Run integration tests

0 commit comments

Comments
 (0)