fix version tagging
This commit is contained in:
parent
94e472ea47
commit
ad4e983068
@ -21,8 +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',
|
||||
'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',
|
||||
],
|
||||
},
|
||||
|
@ -14,8 +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
|
||||
- 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
|
||||
@ -130,6 +129,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 9c60152522a06e421ccaa870b57ea83849fc7a046d521b8765d885f321aac974
|
||||
hmac: 9c42dee541c8421cf501a2f8e41ccf2b4e46c74584f8038f20b2211e03e9cc73
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user