From bda291f771bea119f6c951068547a594d31518f3 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Thu, 27 Jul 2023 21:13:14 -0400 Subject: [PATCH] Remove detect-tag from pipeline. --- .lighthouse/pipeline-rustfmt.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.lighthouse/pipeline-rustfmt.yaml b/.lighthouse/pipeline-rustfmt.yaml index d25e1c1..aa26f23 100644 --- a/.lighthouse/pipeline-rustfmt.yaml +++ b/.lighthouse/pipeline-rustfmt.yaml @@ -81,14 +81,6 @@ spec: value: $(params.PULL_BASE_SHA) - name: deleteExisting value: "true" - - name: detect-tag - taskRef: - name: detect-tag - workspaces: - - name: repo - workspace: git-source - runAfter: - - fetch-repository - name: build-image taskRef: name: kaniko @@ -118,7 +110,6 @@ spec: workspace: docker-credentials runAfter: - fetch-repository - - detect-tag - name: rustfmt taskRef: name: run-docker-image