[gnome-settings-daemon/benzea/tests-output-checker] ci: Exclude .git repository from artifacts
- From: Benjamin Berg <bberg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon/benzea/tests-output-checker] ci: Exclude .git repository from artifacts
- Date: Wed, 2 Dec 2020 17:14:08 +0000 (UTC)
commit d33ea78f75855bc559daea473e4161d7136077df
Author: Benjamin Berg <bberg redhat com>
Date: Wed Dec 2 18:13:27 2020 +0100
ci: Exclude .git repository from artifacts
.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 346f189e..5b01aa5d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,8 +76,9 @@ stages:
artifacts:
name: untracked
when: always
- paths: [$(pwd)]
+ paths: ['.']
expire_in: 3h30min
+ exclude: ['.git']
.Show Info: &environment_information
build-aux/ci/ci-helper.sh "INFO" &&
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]