Skip to content

Commit 2220581

Browse files
authored
fix pre commit nightly (demisto#34058)
1 parent 2ac697d commit 2220581

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitlab/ci/.gitlab-ci.global.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@
469469
fi
470470
fi
471471
- |
472-
if [[ -f coverage_report ]]; then
472+
if [[ -d coverage_report ]]; then
473473
cp -r coverage_report artifacts/coverage_report
474474
fi
475475
- |

.pre-commit-config_template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ repos:
205205
description: validate conf.json
206206
files: Tests/conf.json
207207
skip:commit: true
208+
skip:nightly: true
208209
entry: validate-conf-json
209210
pass_filenames: false
210211
language: system

0 commit comments

Comments
 (0)