removed duplicate script from pipelines

This commit is contained in:
ibaryshnikov 2019-05-12 19:34:26 +03:00
parent befefe0da6
commit 762989e95c

View File

@ -282,8 +282,6 @@ jobs:
WEBIDL_RUSTFMT_BINDINGS: 0
- script: cargo doc --no-deps --manifest-path crates/futures/Cargo.toml
displayName: "Document wasm-bindgen-futures"
- script: cargo doc --no-deps --manifest-path crates/futures/Cargo.toml
displayName: "Document wasm-bindgen-futures"
# Make a tarball even though a zip is uploaded, it looks like the tarball
# makes the uploading step much speedier.
- script: tar czvf $BUILD_ARTIFACTSTAGINGDIRECTORY/docs.tar.gz target/doc