We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944aa80 commit ae7b6cfCopy full SHA for ae7b6cf
concourse/pipeline.yml
@@ -32,6 +32,7 @@ jobs:
32
cd pre-commit-git/test-detection
33
pip install wheel
34
pip install -r requirements-pipeline.txt
35
+ git config --global --unset core.hookspath
36
pre-commit install -c .gds/.pre-commit-config.yaml
37
git config --global core.hookspath ../global_install/hooks
38
source ../concourse/bin/sts-assume-role.sh /
test-detection/detect_checker.py
@@ -253,11 +253,8 @@ def check(self):
253
print("No AWS credentials present. Run with AWS credentials.")
254
255
def branch(self):
256
- print("==== BRANCH ====")
257
- #self.cleanup()
258
- #print("==== CLEANUP====")
+ self.cleanup()
259
self._load_repo()
260
- print("==== LOAD_REPO ====")
261
self._checkout_test_branch()
262
print(f"Testing on branch: {self.repo.active_branch.name}")
263
0 commit comments