Skip to content

Commit

Permalink
[ci] Remove ubi8 step (elastic#174257)
Browse files Browse the repository at this point in the history
UBI8 builds were removed in
elastic#173873, but I missed the CI step
that verifies the docker context. This removes the step.

(cherry picked from commit d72a5d1)
  • Loading branch information
jbudz committed Jan 4, 2024
1 parent 1e11d05 commit 2bdc2dd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .buildkite/pipelines/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ steps:
- exit_status: '*'
limit: 1

- command: KIBANA_DOCKER_CONTEXT=ubi8 .buildkite/scripts/steps/artifacts/docker_context.sh
label: 'Docker Context Verification'
agents:
queue: n2-2
timeout_in_minutes: 30
retry:
automatic:
- exit_status: '*'
limit: 1

- command: KIBANA_DOCKER_CONTEXT=ubi .buildkite/scripts/steps/artifacts/docker_context.sh
label: 'Docker Context Verification'
agents:
Expand Down

0 comments on commit 2bdc2dd

Please sign in to comment.