Skip to content

Commit 7395ddb

Browse files
author
James Munns
authored
Fixup book CI
1 parent 432ca26 commit 7395ddb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ci/install.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ main() {
44
local tag=$(git ls-remote --tags --refs --exit-code \
55
https://github.com/rust-lang-nursery/mdbook \
66
| cut -d/ -f3 \
7-
| grep -E '^v[0.1.0-9.]+$' \
7+
| grep -E '^v[0-9\.]+$' \
88
| sort --version-sort \
99
| tail -n1)
10-
# Temporarily use older version until packages are available for 0.2.2 (or newer)
11-
local tag="v0.2.1"
10+
1211
curl -LSfs https://japaric.github.io/trust/install.sh | \
1312
sh -s -- --git rust-lang-nursery/mdbook --tag $tag
1413

0 commit comments

Comments
 (0)