Loading .gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
.gitlab-ci.yml +5 −0 Original line number Diff line number Diff line Loading @@ -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. Loading