ci: Move build_release
into default group
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
4396b9eca4
commit
e156d5958b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pipeline:
|
||||||
- cargo build --all-features
|
- cargo build --all-features
|
||||||
|
|
||||||
build_release:
|
build_release:
|
||||||
group: release
|
group: default
|
||||||
image: rust_full
|
image: rust_full
|
||||||
commands:
|
commands:
|
||||||
- cargo build --all-features --release
|
- cargo build --all-features --release
|
||||||
|
|
Loading…
Reference in a new issue