🔧 chore(ci): remove unused version parameter from config
- delete version parameter from CircleCI config as it is no longer used
This commit is contained in:
committed by
Jeremiah Russell
parent
5244c5a40f
commit
4ae1f1f781
@@ -134,7 +134,6 @@ workflows:
|
|||||||
- bot-check
|
- bot-check
|
||||||
ssh_fingerprint: << pipeline.parameters.fingerprint >>
|
ssh_fingerprint: << pipeline.parameters.fingerprint >>
|
||||||
min_rust_version: << pipeline.parameters.min-rust-version >>
|
min_rust_version: << pipeline.parameters.min-rust-version >>
|
||||||
version: 0.0.1
|
|
||||||
|
|
||||||
- toolkit/no_release:
|
- toolkit/no_release:
|
||||||
min_rust_version: << pipeline.parameters.min-rust-version >>
|
min_rust_version: << pipeline.parameters.min-rust-version >>
|
||||||
|
|||||||
Reference in New Issue
Block a user