Commit eaecd0dd authored by WorldTeacher's avatar WorldTeacher
Browse files

fix(ci): add submodul handling

parent f3282619
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -18,6 +18,11 @@ include:
  - component: "$CI_SERVER_FQDN/to-be-continuous/gitlab-butler/gitlab-ci-butler@1.4"
    inputs:
      pipelines-delete-older-than: "30"

# Initialize git submodules (required for tanuki theme)
variables:
  GIT_SUBMODULE_STRATEGY: recursive

# secret variables
# (define the variables below in your GitLab group/project variables)
# GITLAB_TOKEN: A GitLab 'project access token' or 'personal access token' with `api`, `read_repository` and `write repository` scopes.