We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1879fb1 commit 5fc3455Copy full SHA for 5fc3455
.buildkite/hooks/pre-command
@@ -72,3 +72,11 @@ if [[ "$BUILDKITE_PIPELINE_SLUG" == "elastic-agent-binary-dra" ]]; then
72
release_manager_login
73
fi
74
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