fix version tagging
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-02-07 23:15:29 +01:00
parent d066c64789
commit 5cc595e2cd
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ local PipelineBuild(arch='amd64') = {
'mkdir -p source/',
'apt-get -qq update && apt-get install -yqq --no-install-recommends libpq-dev ',
'rustup set profile minimal',
'curl -sSL https://github.com/dani-garcia/bitwarden_rs/archive/${BITWARDEN_VERSION%-*}.tar.gz | tar xz -C source/ --strip-components=1',
'curl -sSL "https://github.com/dani-garcia/bitwarden_rs/archive/${BITWARDEN_VERSION%-*}.tar.gz" | tar xz -C source/ --strip-components=1',
'cd source/ && cargo build -j 8 --features $DB --release',
],
},

View File

@ -14,7 +14,7 @@ steps:
- mkdir -p source/
- "apt-get -qq update && apt-get install -yqq --no-install-recommends libpq-dev "
- rustup set profile minimal
- curl -sSL https://github.com/dani-garcia/bitwarden_rs/archive/${BITWARDEN_VERSION%-*}.tar.gz | tar xz -C source/ --strip-components=1
- curl -sSL "https://github.com/dani-garcia/bitwarden_rs/archive/${BITWARDEN_VERSION%-*}.tar.gz" | tar xz -C source/ --strip-components=1
- cd source/ && cargo build -j 8 --features $DB --release
environment:
DB: postgresql
@ -129,6 +129,6 @@ depends_on:
---
kind: signature
hmac: 53263f976931a98f4a183ca1ae703318501080e28c17461befd7e75045114596
hmac: 925963dd226c05ec738e93cacc279c36dc46f497b23fa97c5968552d96702b35
...