From 5079a8e3f4aa6cadd1d14a7b30a10384009c73d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20=C5=81uczak?= Date: Tue, 23 Jul 2024 15:40:59 +0200 Subject: [PATCH] v1.2.0 - build again --- .github/workflows/docker-build.yaml | 2 -- .pre-commit-config.yaml | 9 --------- 2 files changed, 11 deletions(-) delete mode 100644 .pre-commit-config.yaml diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index 98c56b4..7ccdc30 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -5,8 +5,6 @@ on: push: branches: - "master" - tags: - - "v*" pull_request: branches: - "master" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 3f0abca..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,9 +0,0 @@ -repos: - - repo: local - hooks: - - id: check-version-file - name: Check VERSION file - entry: | - sh -c 'git diff --quiet master ./VERSION || echo "ERROR: The VERSION file must be different from the one in the master branch."' - language: system - files: VERSION