You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,14 +44,7 @@ if [[ "$BUILDKITE_PIPELINE_SLUG" == "fleet-server-package-mbp" ]]; then
45
44
check_if_file_exist_in_repo "infra""${_branch}"#TODO should be changed to "main" for rollback...
46
45
fi
47
46
48
-
if [[ "$BUILDKITE_PIPELINE_SLUG"=="fleet-server"||"$BUILDKITE_PIPELINE_SLUG"=="fleet-server-perf-tests" ]];then
49
-
if [[ "$BUILDKITE_STEP_KEY"=="publish"||"$BUILDKITE_STEP_KEY"=="cloud-e2e-test"||"$BUILDKITE_STEP_KEY"=="cloud-e2e-fips-test"||"$BUILDKITE_STEP_KEY"=="create-image" ]];then
50
-
export DOCKER_USERNAME_SECRET=$(retry 5 vault kv get -field user "${DOCKER_REGISTRY_SECRET_PATH}")
51
-
export DOCKER_PASSWORD_SECRET=$(retry 5 vault kv get -field password "${DOCKER_REGISTRY_SECRET_PATH}")
0 commit comments