Fix duplicate step name in drone config

This commit is contained in:
Harald Kube 2021-03-13 15:23:24 +01:00
parent 4115a76457
commit 843fda81d1

View file

@ -53,7 +53,7 @@ steps:
# - grep '^version = ' Cargo.toml | cut -f2 -d\" > target/VERSION # - grep '^version = ' Cargo.toml | cut -f2 -d\" > target/VERSION
- cat target/VERSION - cat target/VERSION
- name: build_release - name: bundle_deployment
image: alpine image: alpine
volumes: volumes:
- name: target - name: target