aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-06-02 04:21:27 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2018-06-12 14:42:28 +0200
commit1dd682b1cafd64dd902e1ae6ea738192eb9b26db (patch)
treea95b931fbecc21f96099436f7ad6e4938f16c37d /dev
parent615290d0f9d5cad7c508d45cf4ab89aecff033b2 (diff)
[api] Add compatiblity Misctypes module.
To be removed in 8.10.
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/07677-ejgallego-misctypes+bye2.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/07677-ejgallego-misctypes+bye2.sh b/dev/ci/user-overlays/07677-ejgallego-misctypes+bye2.sh
new file mode 100644
index 000000000..b4f716139
--- /dev/null
+++ b/dev/ci/user-overlays/07677-ejgallego-misctypes+bye2.sh
@@ -0,0 +1,8 @@
+_OVERLAY_BRANCH=misctypes+bye2
+
+if [ "$CI_PULL_REQUEST" = "7677" ] || [ "$CI_BRANCH" = "_OVERLAY_BRANCH" ]; then
+
+ Equations_CI_BRANCH="$_OVERLAY_BRANCH"
+ Equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations
+
+fi