From 87574be5475493b13d37feb2b7be35249acf3ddb Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Mon, 13 Sep 2021 21:23:52 +0200 Subject: [PATCH] Stop running pre-commit twice --- .builds/tests-release.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.builds/tests-release.yaml b/.builds/tests-release.yaml index ef5c4d2..dce61f7 100644 --- a/.builds/tests-release.yaml +++ b/.builds/tests-release.yaml @@ -29,11 +29,6 @@ tasks: export PATH=$PATH:~/.local/bin/ make -e ci-test make -e ci-test-storage - - style: | - cd vdirsyncer - # Non-system python is used for packages: - export PATH=$PATH:~/.local/bin/ - make -e style - check-secrets: | # Stop here if this is a PR. PRs can't run with the below secrets. [ -f ~/fastmail-secrets ] || complete-build