From 06b2eb196aa2e9d064389c2c2de9906e914ce869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20G=C3=B6rn?= Date: Mon, 29 May 2023 23:39:31 +0200 Subject: [PATCH] update .prow.yaml Committed via https://github.com/asottile/all-repos --- .prow.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.prow.yaml b/.prow.yaml index 334084ae00..e11b1183cf 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -1,13 +1,13 @@ presubmits: - - name: pre-commit - decorate: true - skip_report: false - always_run: true - context: aicoe-ci/prow/pre-commit - spec: - containers: - - image: quay.io/thoth-station/thoth-precommit-py38:v0.12.9 - command: - - "pre-commit" - - "run" - - "--all-files" \ No newline at end of file +- always_run: true + context: op1st/prow/pre-commit + decorate: true + name: pre-commit + skip_report: false + spec: + containers: + - command: + - pre-commit + - run + - --all-files + image: quay.io/thoth-station/thoth-precommit-py38:v0.15.0