File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,6 @@ trigger:
4
4
jobs :
5
5
- job : publish
6
6
steps :
7
- - bash : |
8
- set -e
9
- curl https://sh.rustup.rs -sSf | sh -s -- -y
10
- echo "##vso[task.prependpath]$HOME/.cargo/bin"
11
- displayName: Install rust
12
7
- script : |
13
8
set -e
14
9
curl -L https://github.com/rust-lang-nursery/mdBook/releases/download/v0.2.1/mdbook-v0.2.1-x86_64-unknown-linux-musl.tar.gz | tar xzf -
19
14
versionSpec : ' >= 2.4'
20
15
addToPath : true
21
16
- script : |
22
- gem install bundler
23
- bundle install --retry=3 --jobs=4
17
+ gem install bundler -v 1.16.5 && bundle install --retry=3 --jobs=4
24
18
displayName: Install ruby deps
19
+ - bash : |
20
+ set -e
21
+ curl https://sh.rustup.rs -sSf | sh -s -- -y
22
+ echo "##vso[task.prependpath]$HOME/.cargo/bin"
23
+ displayName: Install rust
25
24
- script : ./ci/build.sh
26
25
displayName : Build site
27
26
- script : curl -LsSf https://git.io/fhJ8n | rustc - && (cd _site && ../rust_out)
You can’t perform that action at this time.
0 commit comments