Skip to content

Commit 098b67d

Browse files
authored
Merge pull request #1527 from ibaryshnikov/master
Removed duplicate script from pipelines
2 parents befefe0 + 762989e commit 098b67d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ jobs:
282282
WEBIDL_RUSTFMT_BINDINGS: 0
283283
- script: cargo doc --no-deps --manifest-path crates/futures/Cargo.toml
284284
displayName: "Document wasm-bindgen-futures"
285-
- script: cargo doc --no-deps --manifest-path crates/futures/Cargo.toml
286-
displayName: "Document wasm-bindgen-futures"
287285
# Make a tarball even though a zip is uploaded, it looks like the tarball
288286
# makes the uploading step much speedier.
289287
- script: tar czvf $BUILD_ARTIFACTSTAGINGDIRECTORY/docs.tar.gz target/doc

0 commit comments

Comments
 (0)