Persist artifacts across runs

next
Sayan Nandan 3 years ago
parent 70d049e3f0
commit 7dadf4411f

@ -1,4 +1,4 @@
# The current drawback of this workflow is that it doesn't cache artifacts # This workflow doesn't support cache invalidation for unused dependencies at the moment
kind: pipeline kind: pipeline
type: ssh type: ssh
@ -20,6 +20,10 @@ steps:
environment: environment:
SRCENV: SRCENV:
from_secret: srcenv from_secret: srcenv
CARGO_HOME:
from_secret: cargohome
CARGO_TARGET_DIR:
from_secret: cargotarget
commands: commands:
- source $SRCENV/.cargo/env - source $SRCENV/.cargo/env
- export RUSTUP_HOME=$SRCENV/.rustup - export RUSTUP_HOME=$SRCENV/.rustup

Loading…
Cancel
Save