From 78321b33b0e5af859f2f57ef96aeb95fad258138 Mon Sep 17 00:00:00 2001 From: Siddharth Bhat Date: Sun, 15 Jul 2018 17:40:30 +0200 Subject: Add overlay for Coq-Equations for QuestionMark. The changed QuestionMark structure breaks Coq-Equations. Add an overlay to fix this. --- ...bollu-questionmark-into-record-for-missing-record-field-error.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dev/ci/user-overlays/07941-bollu-questionmark-into-record-for-missing-record-field-error.sh diff --git a/dev/ci/user-overlays/07941-bollu-questionmark-into-record-for-missing-record-field-error.sh b/dev/ci/user-overlays/07941-bollu-questionmark-into-record-for-missing-record-field-error.sh new file mode 100644 index 000000000..56c0dc343 --- /dev/null +++ b/dev/ci/user-overlays/07941-bollu-questionmark-into-record-for-missing-record-field-error.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +if [ "$CI_PULL_REQUEST" = "7941" ] || [ "$CI_BRANCH" = "jun-27-missing-record-field-error-message-quickfix" ]; then + Equations_CI_BRANCH=overlay-question-mark-extended-for-missing-record-field + Equations_CI_GITURL=https://github.com/bollu/Coq-Equations +fi -- cgit v1.2.3