ci: remove debug
This commit is contained in:
parent
b0326a014c
commit
6b94e0b61b
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ steps:
|
|||
image: zricethezav/gitleaks:v8.18.2@sha256:eadfe256fa18d6a78a717abc9ed454c8e03865d1c46d627bca83977f4424901a
|
||||
commands:
|
||||
- gitleaks detect --no-git --verbose --source $CI_WORKSPACE
|
||||
- echo $$CI_REPO_DEFAULT_BRANCH # debug
|
||||
when:
|
||||
- evaluate: 'CI_PIPELINE_EVENT == "push" && CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH'
|
||||
- evaluate: 'CI_PIPELINE_EVENT == "pr"'
|
||||
|
|
Loading…
Reference in a new issue