Compare commits

..

No commits in common. "master" and "0.0.2-draft3" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -40,8 +40,7 @@ steps:
commands: commands:
- grep '^version = ' Cargo.toml | cut -f2 -d\" > target/VERSION - grep '^version = ' Cargo.toml | cut -f2 -d\" > target/VERSION
- cat target/VERSION - cat target/VERSION
- cp target/armv7-unknown-linux-musleabihf/release/s0-meter target/s0-meter_$(cat target/VERSION)_armhf - cp target/armv7-unknown-linux-musleabihf/release/s0-meter target/s0-meter-armhf-$(cat target/VERSION)
- cp bundle/* target/
when: when:
event: tag event: tag
@ -70,9 +69,7 @@ steps:
base_url: https://gitea.kube-it.de base_url: https://gitea.kube-it.de
title: VERSION title: VERSION
note: CHANGELOG.md note: CHANGELOG.md
files: files: /drone/src/target/s0-meter-*
- /drone/src/target/s0-meter_*
- /drone/src/bundle/*
draft: true draft: true
prerelease: true prerelease: true
when: when: