aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/user-overlays/07906-univs-of-constr.sh
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/07906-univs-of-constr.sh
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/07906-univs-of-constr.sh')
-rw-r--r--dev/ci/user-overlays/07906-univs-of-constr.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev/ci/user-overlays/07906-univs-of-constr.sh b/dev/ci/user-overlays/07906-univs-of-constr.sh
deleted file mode 100644
index 071665087..000000000
--- a/dev/ci/user-overlays/07906-univs-of-constr.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-if [ "$CI_PULL_REQUEST" = "7906" ] || [ "$CI_BRANCH" = "univs-of-constr-noseff" ]; then
- Equations_CI_BRANCH=fix-univs-of-constr
- Equations_CI_GITURL=https://github.com/SkySkimmer/Coq-Equations.git
-
- Elpi_CI_BRANCH=fix-universes-of-constr
- Elpi_CI_GITURL=https://github.com/SkySkimmer/coq-elpi.git
-fi