fix, ci: woodpecker env var substitution
ci/woodpecker/push/woodpecker Pipeline failed Details

Tomáš Mládek 2023-08-12 13:26:23 +02:00
parent 2b3ad2eb74
commit fec2bbd97f
1 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ pipeline:
image: albedo.lan:5000/rust-upend:latest
pull: true
environment:
CARGO_HOME: $CI_WORKSPACE/.cargo
CARGO_HOME: ${CI_WORKSPACE}/.cargo
commands:
- cp -vr /usr/local/cargo $CARGO_HOME
@ -19,7 +19,7 @@ pipeline:
image: albedo.lan:5000/rust-upend:latest
pull: true
environment:
CARGO_HOME: $CI_WORKSPACE/.cargo
CARGO_HOME: ${CI_WORKSPACE}/.cargo
commands:
- rustc --version && cargo --version
- task build:wasmlib
@ -31,7 +31,7 @@ pipeline:
image: albedo.lan:5000/rust-upend:latest
pull: true
environment:
CARGO_HOME: $CI_WORKSPACE/.cargo
CARGO_HOME: ${CI_WORKSPACE}/.cargo
commands:
- rustc --version && cargo --version
- task build:backend
@ -51,7 +51,7 @@ pipeline:
image: albedo.lan:5000/rust-upend:latest
pull: true
environment:
CARGO_HOME: $CI_WORKSPACE/.cargo
CARGO_HOME: ${CI_WORKSPACE}/.cargo
commands:
- rustup component add clippy
- task lint:backend
@ -106,7 +106,7 @@ pipeline:
image: albedo.lan:5000/rust-upend:latest
pull: true
environment:
CARGO_HOME: $CI_WORKSPACE/.cargo
CARGO_HOME: ${CI_WORKSPACE}/.cargo
commands:
- task test:backend
# volumes: