Skip to content

Commit 5fc3455

Browse files
michel-latermanmergify[bot]
authored andcommitted
Fix pre-command to support extended testing (#8418)
(cherry picked from commit 97246c1) # Conflicts: # .buildkite/hooks/pre-command
1 parent 1879fb1 commit 5fc3455

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.buildkite/hooks/pre-command

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,11 @@ if [[ "$BUILDKITE_PIPELINE_SLUG" == "elastic-agent-binary-dra" ]]; then
7272
release_manager_login
7373
fi
7474
fi
75+
<<<<<<< HEAD
76+
=======
77+
78+
# BUILDKITE_PIPELINE_SLUG should match elastic-agent for PRs, and elastic-agent-extended-tests once it has merged to main
79+
if [[ "$BUILDKITE_PIPELINE_SLUG" == "elastic-agent"* && "$BUILDKITE_STEP_KEY" == "integration-fips-cloud-image" ]]; then
80+
docker_login
81+
fi
82+
>>>>>>> 97246c150 (Fix pre-command to support extended testing (#8418))

0 commit comments

Comments
 (0)