Skip to content

Commit

Permalink
Fixup book CI
Browse files Browse the repository at this point in the history
  • Loading branch information
James Munns authored Aug 27, 2019
1 parent 432ca26 commit 7395ddb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ main() {
local tag=$(git ls-remote --tags --refs --exit-code \
https://github.com/rust-lang-nursery/mdbook \
| cut -d/ -f3 \
| grep -E '^v[0.1.0-9.]+$' \
| grep -E '^v[0-9\.]+$' \
| sort --version-sort \
| tail -n1)
# Temporarily use older version until packages are available for 0.2.2 (or newer)
local tag="v0.2.1"

curl -LSfs https://japaric.github.io/trust/install.sh | \
sh -s -- --git rust-lang-nursery/mdbook --tag $tag

Expand Down

0 comments on commit 7395ddb

Please sign in to comment.