From bca386c776a9a36646806627e97e82ae226fd83c Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 11 Jun 2020 13:42:05 -0700 Subject: [PATCH] Put docs step in a container --- ci/buildkite/docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/buildkite/docs.yml b/ci/buildkite/docs.yml index 19acb60e1..529d44110 100644 --- a/ci/buildkite/docs.yml +++ b/ci/buildkite/docs.yml @@ -1,2 +1,3 @@ - - command: "docs/build.sh" + - command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_nightly_docker_image docs/build.sh" + name: "docs" timeout_in_minutes: 5