diff --git a/.webhook_bridge/pipeline-build-semver.yaml b/.webhook_bridge/pipeline-build-semver.yaml index f2df4ca..b6f4ff7 100644 --- a/.webhook_bridge/pipeline-build-semver.yaml +++ b/.webhook_bridge/pipeline-build-semver.yaml @@ -66,8 +66,6 @@ spec: value: df36b3853a5657fd883015cdbf07ad6466918acf - name: pathInRepo value: task/gitea-set-status/0.1/gitea-set-status.yaml - runAfter: - - fetch-repository params: - name: CONTEXT value: "$(params.JOB_NAME)" @@ -139,8 +137,6 @@ spec: workspace: git-source - name: dockerconfig workspace: docker-credentials - runAfter: - - detect-tag finally: - name: report-success when: diff --git a/.webhook_bridge/pipeline-format.yaml b/.webhook_bridge/pipeline-format.yaml index 190ee4d..4ecfef9 100644 --- a/.webhook_bridge/pipeline-format.yaml +++ b/.webhook_bridge/pipeline-format.yaml @@ -34,8 +34,6 @@ spec: value: df36b3853a5657fd883015cdbf07ad6466918acf - name: pathInRepo value: task/gitea-set-status/0.1/gitea-set-status.yaml - runAfter: - - fetch-repository params: - name: CONTEXT value: "$(params.JOB_NAME)" @@ -106,8 +104,6 @@ spec: workspace: git-source - name: dockerconfig workspace: docker-credentials - runAfter: - - fetch-repository - name: run-cargo-fmt taskSpec: metadata: {} diff --git a/.webhook_bridge/pipeline-rust-clippy.yaml b/.webhook_bridge/pipeline-rust-clippy.yaml index 153b720..52c3f7c 100644 --- a/.webhook_bridge/pipeline-rust-clippy.yaml +++ b/.webhook_bridge/pipeline-rust-clippy.yaml @@ -34,8 +34,6 @@ spec: value: df36b3853a5657fd883015cdbf07ad6466918acf - name: pathInRepo value: task/gitea-set-status/0.1/gitea-set-status.yaml - runAfter: - - fetch-repository params: - name: CONTEXT value: "$(params.JOB_NAME)" @@ -106,8 +104,6 @@ spec: workspace: git-source - name: dockerconfig workspace: docker-credentials - runAfter: - - fetch-repository - name: run-cargo-clippy taskSpec: metadata: {} diff --git a/.webhook_bridge/pipeline-rust-test.yaml b/.webhook_bridge/pipeline-rust-test.yaml index 39f0730..413313c 100644 --- a/.webhook_bridge/pipeline-rust-test.yaml +++ b/.webhook_bridge/pipeline-rust-test.yaml @@ -34,8 +34,6 @@ spec: value: df36b3853a5657fd883015cdbf07ad6466918acf - name: pathInRepo value: task/gitea-set-status/0.1/gitea-set-status.yaml - runAfter: - - fetch-repository params: - name: CONTEXT value: "$(params.JOB_NAME)" @@ -106,8 +104,6 @@ spec: workspace: git-source - name: dockerconfig workspace: docker-credentials - runAfter: - - fetch-repository - name: run-cargo-test taskSpec: metadata: {} diff --git a/.webhook_bridge/pipeline-semver.yaml b/.webhook_bridge/pipeline-semver.yaml index 20371fb..be6eefb 100644 --- a/.webhook_bridge/pipeline-semver.yaml +++ b/.webhook_bridge/pipeline-semver.yaml @@ -26,7 +26,7 @@ spec: tasks: - name: calculate-tag runAfter: - - report-pending + - fetch-repository workspaces: - name: source workspace: git-source @@ -77,8 +77,6 @@ spec: value: df36b3853a5657fd883015cdbf07ad6466918acf - name: pathInRepo value: task/gitea-set-status/0.1/gitea-set-status.yaml - runAfter: - - fetch-repository params: - name: CONTEXT value: "$(params.JOB_NAME)"