From a0e34f21356d188f45750990b0e5fe8d7fe9bd88 Mon Sep 17 00:00:00 2001 From: Mitchell Marino Date: Tue, 4 Apr 2023 14:45:38 -0500 Subject: [PATCH] update pipeline to work, getting rid of the cached rust image --- ci/pipeline.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index e6258c6..bd12f7d 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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"