From 762989e95c7ddd23fbb4f5ba7fcc2ee1f841a806 Mon Sep 17 00:00:00 2001 From: ibaryshnikov Date: Sun, 12 May 2019 19:34:26 +0300 Subject: [PATCH] removed duplicate script from pipelines --- azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8111e951..9ccb9c11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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