update pipeline to work, getting rid of the cached rust image

This commit is contained in:
Mitchell Marino 2023-04-04 14:45:38 -05:00
parent 7dcdd3873b
commit a0e34f2135

View File

@ -23,10 +23,6 @@ resources:
source:
port: 2375
host: mdev.local
- name: rust
type: registry-image
source:
repository: rust
jobs:
- name: test
@ -37,7 +33,10 @@ jobs:
- task: test
config:
platform: linux
image: rust
image_resource:
type: registry-image
source:
repository: rust
params:
CARGO_HOME: "./.cargo-config/"
RUSTUP_HOME: "./.rustup-config"