aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/user-overlays/README.md
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-07-01 02:31:28 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-07-01 02:31:28 +0200
commit033c32a32fedcf2160bb38a3fed55efa9d1c2b77 (patch)
tree1f0cbefd43c0311051cd0af52422fd952b00d515 /dev/ci/user-overlays/README.md
parent79792b84e7d2dfe49bf6b9d33b9f19feb90bc002 (diff)
parentffdf5c256cbe4be1743e17eb17d516fe987e3b8d (diff)
Merge PR #7964: Document that GITURL variables shouldn't have a trailing .git anymore.
Diffstat (limited to 'dev/ci/user-overlays/README.md')
-rw-r--r--dev/ci/user-overlays/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/README.md b/dev/ci/user-overlays/README.md
index 11e4d9ae0..d38d1b06d 100644
--- a/dev/ci/user-overlays/README.md
+++ b/dev/ci/user-overlays/README.md
@@ -9,6 +9,8 @@ testing is possible. It redefines some variables from
[`ci-basic-overlay.sh`](../ci-basic-overlay.sh):
give the name of your branch using a `_CI_BRANCH` variable and the location of
your fork using a `_CI_GITURL` variable.
+The `_CI_GITURL` variable should be the URL of the repository without a
+trailing `.git`.
Moreover, the file contains very simple logic to test the pull request number
or branch name and apply it only in this case.