Skip to content

Commit d8304da

Browse files
committed
ci: set GIT_STRATEGY to none for speicific jobs
1 parent 9fe85aa commit d8304da

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.gitlab/workflows/commitlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ commitlint:
1414
echo "$CI_MERGE_REQUEST_TITLE" | commitlint
1515
fi
1616
stage: ci
17+
variables:
18+
GIT_STRATEGY: none

.gitlab/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ release-publish:
2323
script:
2424
- echo "Running the release job."
2525
stage: release
26+
variables:
27+
GIT_STRATEGY: none
2628
container-publish:
2729
image: docker:25.0.3@sha256:0d70c541ee98e66b8f7ece8c0e9f7910732466e337a9087c2ac2868ef0775092
2830
needs:
@@ -90,3 +92,5 @@ pages:
9092
script:
9193
- echo "Running the pages job."
9294
stage: release
95+
variables:
96+
GIT_STRATEGY: none

.gitlab/workflows/renovate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ renovate:
99
script: renovate $RENOVATE_EXTRA_FLAG
1010
stage: build
1111
variables:
12+
GIT_STRATEGY: none
1213
LOG_LEVEL: debug
1314
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^git", "^pip", "^copier"]'
1415
RENOVATE_BASE_DIR: $CI_PROJECT_DIR/renovate

0 commit comments

Comments
 (0)