[gnome-settings-daemon/benzea/tests-output-checker] ci: Exclude .git repository from artifacts




commit 34488b87f19e96ceb8e8cfea2cd69707598331a1
Author: Benjamin Berg <bberg redhat com>
Date:   Wed Dec 2 18:13:27 2020 +0100

    ci: Exclude .git repository from artifacts

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 346f189e..e9a36bc6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,6 +78,7 @@ stages:
     when: always
     paths: [$(pwd)]
     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]