Call book/build.sh from docker (#5237)

* Call book/build.sh from docker

* debug

* Revert "debug"

This reverts commit 32986b73b7dd1c8866051ea06544e4140ff0d354.
This commit is contained in:
Dan Albert 2019-07-22 22:37:43 -06:00 committed by Michael Vines
parent 735c7c9841
commit a0ccdccff1
1 changed files with 2 additions and 1 deletions

View File

@ -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
(