Commit 607ad737 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Experiment with shallow cloning in CI script

parent 53615767
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ update submodules:
    name: alpine/git
    entrypoint: [""]
  variables:
    GIT_DEPTH: 10
    GIT_SUBMODULE_STRATEGY: normal
  before_script:
    - git config user.name "${GITLAB_USER_NAME}"