From a0ccdccff172fdf6f18e337ba2ae96b385f7ee25 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 22 Jul 2019 22:37:43 -0600 Subject: [PATCH] Call book/build.sh from docker (#5237) * Call book/build.sh from docker * debug * Revert "debug" This reverts commit 32986b73b7dd1c8866051ea06544e4140ff0d354. --- ci/publish-book.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/publish-book.sh b/ci/publish-book.sh index c286156af..76ed2dbde 100755 --- a/ci/publish-book.sh +++ b/ci/publish-book.sh @@ -4,6 +4,7 @@ set -e cd "$(dirname "$0")/.." BOOK="book" +source ci/rust-version.sh stable eval "$(ci/channel-info.sh)" if [[ -n $PUBLISH_BOOK_TAG ]]; then @@ -44,7 +45,7 @@ else BOOK=$CHANNEL fi -book/build.sh +ci/docker-run.sh "$rust_stable_docker_image" bash -exc "book/build.sh" echo --- create book repo (