github.com/m3db/m3@v1.5.0/.buildkite/docs-build-pipeline.yml (about) 1 steps: 2 # We add a wait step here so that docker images and docs won't get built 3 # unless rest of CI passes. 4 # Currently only exists for operator docs 5 - wait 6 - name: "Docs build and push :books:" 7 command: ".buildkite/scripts/docs_push.sh" 8 agents: 9 queue: workers 10 timeout_in_minutes: 20 11 # Don't let doc failures block other steps (like docker builds) 12 soft_fail: 13 - exit_status: "*" 14 retry: 15 automatic: 16 limit: 1 17 manual: true 18 plugins: 19 docker-compose#v2.5.1: 20 run: docs 21 config: .buildkite/docs-docker-compose.yml 22 workdir: /go/src/github.com/m3db/m3