diff --git a/.gitlab/workflows/commitlint.yml b/.gitlab/workflows/commitlint.yml index 4385eb55..7e06471c 100644 --- a/.gitlab/workflows/commitlint.yml +++ b/.gitlab/workflows/commitlint.yml @@ -14,3 +14,5 @@ commitlint: echo "$CI_MERGE_REQUEST_TITLE" | commitlint fi stage: ci + variables: + GIT_STRATEGY: none diff --git a/.gitlab/workflows/release.yml b/.gitlab/workflows/release.yml index 7e55ee2a..8ab95009 100644 --- a/.gitlab/workflows/release.yml +++ b/.gitlab/workflows/release.yml @@ -23,6 +23,8 @@ release-publish: script: - echo "Running the release job." stage: release + variables: + GIT_STRATEGY: none container-publish: image: docker:25.0.3@sha256:0d70c541ee98e66b8f7ece8c0e9f7910732466e337a9087c2ac2868ef0775092 needs: @@ -91,3 +93,5 @@ pages: script: - echo "Running the pages job." stage: release + variables: + GIT_STRATEGY: none diff --git a/.gitlab/workflows/renovate.yml b/.gitlab/workflows/renovate.yml index 55f40ca0..97c732b2 100644 --- a/.gitlab/workflows/renovate.yml +++ b/.gitlab/workflows/renovate.yml @@ -9,6 +9,7 @@ renovate: script: renovate $RENOVATE_EXTRA_FLAG stage: build variables: + GIT_STRATEGY: none LOG_LEVEL: debug RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^git", "^pip", "^copier"]' RENOVATE_BASE_DIR: $CI_PROJECT_DIR/renovate diff --git a/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/commitlint.yml b/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/commitlint.yml index 4385eb55..7e06471c 100644 --- a/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/commitlint.yml +++ b/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/commitlint.yml @@ -14,3 +14,5 @@ commitlint: echo "$CI_MERGE_REQUEST_TITLE" | commitlint fi stage: ci + variables: + GIT_STRATEGY: none diff --git a/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/release.yml.jinja b/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/release.yml.jinja index 764d77be..84a9bdc4 100644 --- a/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/release.yml.jinja +++ b/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/release.yml.jinja @@ -24,6 +24,8 @@ release-publish: script: - echo "Running the release job." stage: release + variables: + GIT_STRATEGY: none container-publish: image: docker:25.0.3@sha256:0d70c541ee98e66b8f7ece8c0e9f7910732466e337a9087c2ac2868ef0775092 needs: @@ -102,3 +104,5 @@ pages: script: - echo "Running the pages job." stage: release + variables: + GIT_STRATEGY: none diff --git a/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/renovate.yml b/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/renovate.yml index 55f40ca0..97c732b2 100644 --- a/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/renovate.yml +++ b/template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/renovate.yml @@ -9,6 +9,7 @@ renovate: script: renovate $RENOVATE_EXTRA_FLAG stage: build variables: + GIT_STRATEGY: none LOG_LEVEL: debug RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^git", "^pip", "^copier"]' RENOVATE_BASE_DIR: $CI_PROJECT_DIR/renovate