aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/user-overlays/07495-gares-elpi-test-bug.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/user-overlays/07495-gares-elpi-test-bug.sh')
-rw-r--r--dev/ci/user-overlays/07495-gares-elpi-test-bug.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/dev/ci/user-overlays/07495-gares-elpi-test-bug.sh b/dev/ci/user-overlays/07495-gares-elpi-test-bug.sh
deleted file mode 100644
index 6939ead2b..000000000
--- a/dev/ci/user-overlays/07495-gares-elpi-test-bug.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-if [ "$CI_PULL_REQUEST" = "7495" ] || [ "$CI_BRANCH" = "fix-restrict" ]; then
-
- # this branch contains a commit not present on coq-master that triggers
- # the universe restriction bug #7472
- Elpi_CI_BRANCH=overlay-7495
- Elpi_CI_GITURL=https://github.com/LPCIC/coq-elpi.git
-
-fi