ci(commitlint): ensure `upstream/master` uses main repo URL [skip ci]
authorImran Iqbal <iqbalmy@hotmail.com>
Sun, 20 Dec 2020 18:42:39 +0000 (18:42 +0000)
committerImran Iqbal <iqbalmy@hotmail.com>
Sun, 20 Dec 2020 18:42:39 +0000 (18:42 +0000)
* Automated using https://github.com/myii/ssf-formula/pull/278

.gitlab-ci.yml

index 0a93a1a7c44aae3744b24b9a33c97ba08ce83514..e9bcf7aec5c1fb31799d650a240977da1a05cc29 100644 (file)
@@ -53,7 +53,8 @@ commitlint:
   image: *image_commitlint
   script:
     # 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/arvados-formula.git'
     - 'git fetch --all'
     # Set default commit hashes for `--from` and `--to`
     - 'export COMMITLINT_FROM="$(git merge-base upstream/master HEAD)"'