aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-07-03 15:15:20 +0200
committerGaëtan Gilbert2020-07-03 15:15:20 +0200
commitcf388fdb679adb88a7e8b3122f65377552d2fb94 (patch)
treeb852fd1e116ff72748210a11bc95298453ac2e4d /dev
parent33581635d3ad525e1d5c2fb2587be345a7e77009 (diff)
parent53e19f76624b7a18792af799e970e9478f8e90a9 (diff)
Merge PR #12523: Fix #11121: Simultaneous definition of term and notation in custom gr…
Reviewed-by: SkySkimmer Ack-by: ejgallego Ack-by: herbelin
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/12523-term-notation-custom.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/12523-term-notation-custom.sh b/dev/ci/user-overlays/12523-term-notation-custom.sh
new file mode 100644
index 0000000000..6217312a2a
--- /dev/null
+++ b/dev/ci/user-overlays/12523-term-notation-custom.sh
@@ -0,0 +1,6 @@
+if [ "$CI_PULL_REQUEST" = "12523" ] || [ "$CI_BRANCH" = "fix-11121" ]; then
+
+ equations_CI_REF=fix-11121
+ equations_CI_GITURL=https://github.com/maximedenes/Coq-Equations
+
+fi