[Git][security-tracker-team/security-tracker][master] 2 commits: Reduce depth of fetching to only 10 commits

Salvatore Bonaccorso carnil at debian.org
Sun May 20 17:44:25 BST 2018


Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker


Commits:
4395a817 by Salvatore Bonaccorso at 2018-05-20T18:42:31+02:00
Reduce depth of fetching to only 10 commits

- - - - -
90b1c70f by Salvatore Bonaccorso at 2018-05-20T18:43:56+02:00
Add comment for use of only fetch last 10 commits for syntax-check

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,3 +8,7 @@ check-syntax:
     - git checkout master
     - git pull
     - make check-syntax
+
+  # https://docs.gitlab.com/ce/ci/yaml/#shallow-cloning
+  variables:
+    GIT_DEPTH: "10"



View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/compare/eaa2990cd1d3fa45a9860c0200a7c507d29b91d2...90b1c70f6c03e6e9cf76e24ec074d3109be7f28f

---
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/compare/eaa2990cd1d3fa45a9860c0200a7c507d29b91d2...90b1c70f6c03e6e9cf76e24ec074d3109be7f28f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20180520/a9a2e94e/attachment.html>


More information about the debian-security-tracker-commits mailing list