aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorEnrico Tassi2020-02-28 10:42:48 +0100
committerEmilio Jesus Gallego Arias2020-03-01 13:58:46 -0500
commitf157dcd938c9ec4530d74cbf414fd18c41e56df6 (patch)
treeac473369e23083ea2944a95478c7a180616c7891 /dev
parent804f60e57f8df970604731af20cd3a1c8d97c037 (diff)
[ci] [docker] overlay for elpi 1.10
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/11051-gares-elpi-1.8.sh6
-rw-r--r--dev/ci/user-overlays/11708-gares-elpi-1.10.sh6
2 files changed, 6 insertions, 6 deletions
diff --git a/dev/ci/user-overlays/11051-gares-elpi-1.8.sh b/dev/ci/user-overlays/11051-gares-elpi-1.8.sh
deleted file mode 100644
index 7845654375..0000000000
--- a/dev/ci/user-overlays/11051-gares-elpi-1.8.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-if [ "$CI_PULL_REQUEST" = "11051" ] || [ "$CI_BRANCH" = "elpi-1.8" ]; then
-
- elpi_CI_REF="coq-master+v1.2"
- elpi_CI_GITURL=https://github.com/LPCIC/coq-elpi
-
-fi
diff --git a/dev/ci/user-overlays/11708-gares-elpi-1.10.sh b/dev/ci/user-overlays/11708-gares-elpi-1.10.sh
new file mode 100644
index 0000000000..121190e5f6
--- /dev/null
+++ b/dev/ci/user-overlays/11708-gares-elpi-1.10.sh
@@ -0,0 +1,6 @@
+if [ "$CI_PULL_REQUEST" = "11708" ] || [ "$CI_BRANCH" = " elpi-1.10+coq-elpi-1.3" ]; then
+
+ elpi_CI_REF="coq-master+coq-elpi-1.3"
+ elpi_CI_GITURL=https://github.com/LPCIC/coq-elpi
+
+fi