Skip to content
Snippets Groups Projects
Unverified Commit 2f9af787 authored by Vladimir Istyufeev's avatar Vladimir Istyufeev Committed by GitHub
Browse files

Remove `cargo install` for Zepter and Taplo (#2614)

parent f8b03d95
Branches
No related merge requests found
Pipeline #422051 failed with stages
in 1 hour, 27 minutes, and 26 seconds
......@@ -87,7 +87,6 @@ check-rust-feature-propagation:
- .kubernetes-env
- .common-refs
script:
- cargo install --locked --version 0.13.3 -q -f zepter && zepter --version
- zepter run check
check-toml-format:
......@@ -96,7 +95,6 @@ check-toml-format:
- .kubernetes-env
- .common-refs
script:
- cargo install taplo-cli --locked --version 0.8.1
- taplo format --check --config .config/taplo.toml
- echo "Please run `taplo format --config .config/taplo.toml` to fix any toml formatting issues"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment