Skip to content

Commit e67e88a

Browse files
committed
ci(commitlint): ensure upstream/master uses main repo URL [skip ci]
* Automated using myii/ssf-formula#278
1 parent 225875d commit e67e88a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ commitlint:
5353
image: *image_commitlint
5454
script:
5555
# Add `upstream` remote to get access to `upstream/master`
56-
- 'git remote add upstream ${CI_PROJECT_URL}.git'
56+
- 'git remote add upstream
57+
https://gitlab.com/saltstack-formulas/vim-formula.git'
5758
- 'git fetch --all'
5859
# Set default commit hashes for `--from` and `--to`
5960
- 'export COMMITLINT_FROM="$(git merge-base upstream/master HEAD)"'

0 commit comments

Comments
 (0)