Skip to content

Commit

Permalink
Merge pull request #1815 from finos/tkp/jshf1
Browse files Browse the repository at this point in the history
remove duplicate steps
  • Loading branch information
texodus authored May 19, 2022
2 parents c18713c + 4a2b973 commit 75a1503
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,6 @@ parameters:
- name: webassemblySteps
type: stepList
default:
- bash: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
displayName: "Install wasm-pack"

- bash: rustup toolchain install nightly
displayName: "Install Rust nightly"

- bash: rustup component add rust-src --toolchain nightly
displayName: "Install rust-src"

- bash: yarn lint_js
displayName: "Lint Javascript"

Expand Down

0 comments on commit 75a1503

Please sign in to comment.