We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
upstream/master
1 parent 9ed07c8 commit dc2e35eCopy full SHA for dc2e35e
.gitlab-ci.yml
@@ -53,7 +53,8 @@ commitlint:
53
image: *image_commitlint
54
script:
55
# Add `upstream` remote to get access to `upstream/master`
56
- - 'git remote add upstream ${CI_PROJECT_URL}.git'
+ - 'git remote add upstream
57
+ https://gitlab.com/saltstack-formulas/grafana-formula.git'
58
- 'git fetch --all'
59
# Set default commit hashes for `--from` and `--to`
60
- 'export COMMITLINT_FROM="$(git merge-base upstream/master HEAD)"'
0 commit comments