Skip to content

Commit ae7b6cf

Browse files
committed
removed debugging and added git config unset
1 parent 944aa80 commit ae7b6cf

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

concourse/pipeline.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
cd pre-commit-git/test-detection
3333
pip install wheel
3434
pip install -r requirements-pipeline.txt
35+
git config --global --unset core.hookspath
3536
pre-commit install -c .gds/.pre-commit-config.yaml
3637
git config --global core.hookspath ../global_install/hooks
3738
source ../concourse/bin/sts-assume-role.sh /

test-detection/detect_checker.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -253,11 +253,8 @@ def check(self):
253253
print("No AWS credentials present. Run with AWS credentials.")
254254

255255
def branch(self):
256-
print("==== BRANCH ====")
257-
#self.cleanup()
258-
#print("==== CLEANUP====")
256+
self.cleanup()
259257
self._load_repo()
260-
print("==== LOAD_REPO ====")
261258
self._checkout_test_branch()
262259
print(f"Testing on branch: {self.repo.active_branch.name}")
263260

0 commit comments

Comments
 (0)