aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/user-overlays/07941-bollu-questionmark-into-record-for-missing-record-field-error.sh
blob: 56c0dc3433ee0d3024bf497c401ec9fa41a5b7ae (plain)
1
2
3
4
5
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