From c9ee61eae9d1c2aa26a4072001dfd6dff6a358bb Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 18 Jul 2023 13:48:41 -0400 Subject: [PATCH] Move the cargo cache to the correct task. --- .lighthouse/pipeline-rustfmt.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.lighthouse/pipeline-rustfmt.yaml b/.lighthouse/pipeline-rustfmt.yaml index 1ff80a41..3c192e5d 100644 --- a/.lighthouse/pipeline-rustfmt.yaml +++ b/.lighthouse/pipeline-rustfmt.yaml @@ -125,8 +125,6 @@ spec: workspaces: - name: source workspace: git-source - - name: cargo-cache - workspace: cargo-cache runAfter: - build-image params: @@ -142,6 +140,8 @@ spec: workspaces: - name: source workspace: git-source + - name: cargo-cache + workspace: cargo-cache runAfter: - rustfmt params: