From 47e4effe2d3a0f00499e8aaed1b7aeb0ce062764 Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Wed, 17 Jun 2020 14:59:36 +0900 Subject: [PATCH] Trigger docs job for possible mdbook updates, too --- ci/buildkite-pipeline.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/buildkite-pipeline.sh b/ci/buildkite-pipeline.sh index ab7c167221..db85d2b6d0 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -209,8 +209,8 @@ pull_or_push_steps() { all_test_steps fi - # doc/ changes: - if affects ^docs/; then + # doc/ and dockerized mdbook version changes: + if affects ^docs/ ^ci/docker-rust-nightly/Dockerfile; then command_step docs ". ci/rust-version.sh; ci/docker-run.sh \$\$rust_nightly_docker_image docs/build.sh" 5 fi