Fix duplicate step name in drone config
This commit is contained in:
parent
4115a76457
commit
843fda81d1
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ steps:
|
|||
# - grep '^version = ' Cargo.toml | cut -f2 -d\" > target/VERSION
|
||||
- cat target/VERSION
|
||||
|
||||
- name: build_release
|
||||
- name: bundle_deployment
|
||||
image: alpine
|
||||
volumes:
|
||||
- name: target
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue