Skip to content

Commit 2c04d3d

Browse files
authored
Add BUILDKITE_ANALYTICS_TOKEN in fips-e2e-test step (#4544)
1 parent 3b8d818 commit 2c04d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/hooks/pre-command

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fi
6060

6161
# BK analytics
6262
if [[ "$BUILDKITE_PIPELINE_SLUG" == "fleet-server" ]]; then
63-
if [[ "$BUILDKITE_STEP_KEY" == "int-test" || "$BUILDKITE_STEP_KEY" == "e2e-test" ]]; then
63+
if [[ "$BUILDKITE_STEP_KEY" == "int-test" || "$BUILDKITE_STEP_KEY" == "e2e-test" || "$BUILDKITE_STEP_KEY" == "fips-e2e-test" ]]; then
6464
echo "--- Prepare BK test analytics token :vault:"
6565
BUILDKITE_ANALYTICS_TOKEN=$(vault kv get -field token kv/ci-shared/platform-ingest/buildkite_fleet_server_analytics_token)
6666
export BUILDKITE_ANALYTICS_TOKEN

0 commit comments

Comments
 (0)