Skip to content
Snippets Groups Projects
Commit cb97ffe2 authored by Fran Garcia-Linares's avatar Fran Garcia-Linares
Browse files

Issue #3510977 by jonathan1055, fjgarlin: Ignore more git files

parent 4953046c
Branches
Tags
1 merge request!336Widen files to exclude.
Pipeline #444521 passed
......@@ -304,10 +304,13 @@ stages:
expose_as: 'web-vendor'
when: always
exclude:
- .git
- .git/**/*
- vendor/**/.git
- vendor/**/.git/**/*
- '.git'
- '.git/**/*'
- '$_WEB_ROOT/**/.git'
- '$_WEB_ROOT/**/.git/**/*'
- 'vendor/**/.git'
- 'vendor/**/.git/**/*'
name: artifacts-$CI_PIPELINE_ID-$CI_JOB_NAME_SLUG
paths:
- .
reports:
......
......@@ -439,8 +439,11 @@ stages:
exclude:
- '.git'
- '.git/**/*'
- '$_WEB_ROOT/**/.git'
- '$_WEB_ROOT/**/.git/**/*'
- 'vendor/**/.git'
- 'vendor/**/.git/*'
- 'vendor/**/.git/**/*'
name: artifacts-$CI_PIPELINE_ID-$CI_JOB_NAME_SLUG
paths:
- .
reports:
......@@ -833,6 +836,7 @@ upgrade status:
expose_as: 'upgrade-status-analysis'
reports:
codequality: upgrade-status-analysis.json
name: artifacts-$CI_PIPELINE_ID-$CI_JOB_NAME_SLUG
paths:
- upgrade-status-analysis.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment