diff options
author | Siddharth Bhat <siddu.druid@gmail.com> | 2018-07-15 17:40:30 +0200 |
---|---|---|
committer | Siddharth Bhat <siddu.druid@gmail.com> | 2018-07-17 13:14:44 +0200 |
commit | 78321b33b0e5af859f2f57ef96aeb95fad258138 (patch) | |
tree | fb369328c181c0bb8bc2cf3a9c737256b1896b37 /dev | |
parent | 1300da19d13f7e46cf3a4b0b3396604ffc44a6d5 (diff) |
Add overlay for Coq-Equations for QuestionMark.
The changed QuestionMark structure breaks Coq-Equations.
Add an overlay to fix this.
Diffstat (limited to 'dev')
-rw-r--r-- | dev/ci/user-overlays/07941-bollu-questionmark-into-record-for-missing-record-field-error.sh | 6 |
1 files changed, 6 insertions, 0 deletions
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 |