diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 79d2a19bbc..03fe8be3d3 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -298,14 +298,16 @@ steps: # env: # - FOSSA_API_KEY # <<: *common -# - name: "Check for docker and docs builds :docker: :books:" -# commands: -# - ".ci/docker/check_do_docker.sh" -# - ".buildkite/scripts/check_do_docs.sh" -# agents: -# queue: init -# timeout_in_minutes: 10 -# retry: -# automatic: -# limit: 1 -# manual: true + - name: "Check for docker and docs builds :docker: :books:" + plugins: + kubernetes: + <<: *kubernetes + podSpec: + <<: *podSpec + containers: + - <<: *commandContainer + command: + - |- + .buildkite/scripts/check_do_docs.sh + .ci/docker/check_do_docker.sh + <<: *common