debug
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2020-02-07 23:20:19 +01:00
parent c0f34c140b
commit 94e472ea47
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',
'echo "${BITWARDEN_VERSION%-*}".tar.gz',
'echo "$${BITWARDEN_VERSION%-*}".tar.gz',
'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
- echo "${BITWARDEN_VERSION%-*}".tar.gz
- echo "$${BITWARDEN_VERSION%-*}".tar.gz
- 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:
@ -130,6 +130,6 @@ depends_on:
---
kind: signature
hmac: fd327703fea3606dffd72ca8dd7cc0639ea43f04773db41489f6b256331cae5f
hmac: 9c60152522a06e421ccaa870b57ea83849fc7a046d521b8765d885f321aac974
...