Skip to content

Commit 6fab9f0

Browse files
committed
chore: fix commitlint GIT_STRATEGY in GitLab CI/CD
1 parent 80f407a commit 6fab9f0

File tree

2 files changed

+0
-4
lines changed
  • .gitlab/workflows
  • template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/workflows

2 files changed

+0
-4
lines changed

.gitlab/workflows/commitlint.yml

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

template/[% if repo_host_type == 'gitlab.com' or repo_host_type == 'gitlab-self-managed' %].gitlab[% endif %]/workflows/commitlint.yml

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

0 commit comments

Comments
 (0)