There was an error while loading. Please reload this page.
1 parent b21e10e commit ddb3947Copy full SHA for ddb3947
.buildkite/hooks/pre-command
@@ -110,11 +110,6 @@ if [[ "${BUILDKITE_PIPELINE_SLUG}" =~ ^(integrations|integrations-test-stack)$ ]
110
BUILDKITE_API_TOKEN=$(retry 5 vault kv get -field buildkite_token "${BUILDKITE_API_TOKEN_PATH}")
111
export BUILDKITE_API_TOKEN
112
fi
113
-
114
- if [[ "${BUILDKITE_STEP_KEY}" =~ ^test-integrations- ]]; then
115
- BUILDKITE_API_TOKEN=$(retry 5 vault kv get -field buildkite_token "${BUILDKITE_API_TOKEN_PATH}")
116
- export BUILDKITE_API_TOKEN
117
- fi
118
119
120
if [[ "${BUILDKITE_PIPELINE_SLUG}" == "integrations-serverless" ]]; then
0 commit comments