Browse Source

ci(commitlint): ensure `upstream/master` uses main repo URL [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/278
tags/v1.7.2
Imran Iqbal 3 years ago
parent
commit
2a5b6798d4
No account linked to committer's email address
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .gitlab-ci.yml

+ 2
- 1
.gitlab-ci.yml View File

image: *image_commitlint image: *image_commitlint
script: script:
# Add `upstream` remote to get access to `upstream/master` # Add `upstream` remote to get access to `upstream/master`
- 'git remote add upstream ${CI_PROJECT_URL}.git'
- 'git remote add upstream
https://gitlab.com/saltstack-formulas/salt-formula.git'
- 'git fetch --all' - 'git fetch --all'
# Set default commit hashes for `--from` and `--to` # Set default commit hashes for `--from` and `--to`
- 'export COMMITLINT_FROM="$(git merge-base upstream/master HEAD)"' - 'export COMMITLINT_FROM="$(git merge-base upstream/master HEAD)"'

Loading…
Cancel
Save