Skip to content
Snippets Groups Projects
Commit 63600ccd authored by Ralf Mueller's avatar Ralf Mueller :fishing_pole_and_fish:
Browse files

exclude .git from artifacts

parent b9c74f15
No related branches found
No related tags found
No related merge requests found
Pipeline #8880 failed
......@@ -18,11 +18,13 @@ build-gcc64:
artifacts:
paths:
- /builds/mpim-sw/cdo
exclude:
- /builds/mpim-sw/cdo/.git
expire_in: 5min
tags:
- xen, mistral
only:
- develop
- develop-ci
check-gcc64:
stage: check
......@@ -35,7 +37,7 @@ check-gcc64:
tags:
- xen, mistral
only:
- develop
- develop-ci
build-intel18:
stage: build
......@@ -50,11 +52,13 @@ build-intel18:
artifacts:
paths:
- /builds/mpim-sw/cdo
exclude:
- /builds/mpim-sw/cdo/.git
expire_in: 5min
tags:
- xen, mistral
only:
- develop
- develop-ci
check-intel18:
stage: check
......@@ -67,4 +71,4 @@ check-intel18:
tags:
- xen, mistral
only:
- develop
- develop-ci
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment