diff options
| author | Pierre-Marie Pédrot | 2018-11-06 18:40:20 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-11-06 18:40:20 +0100 |
| commit | 92d1a0c14ef326929b6870541073bcae4d2c895d (patch) | |
| tree | 4e4e722b7d8881ad29d790a4a0dfd24a7e8a4226 /dev/ci | |
| parent | f6033667bd9b8069308d4bcba420c4ce0771e44f (diff) | |
| parent | 05336f66483eec4c34f19df937d28b8bdae8749a (diff) | |
Merge PR #8889: Program hook gives back an obligation substitiution
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/user-overlays/08889-mattam-program-obl-subst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/08889-mattam-program-obl-subst.sh b/dev/ci/user-overlays/08889-mattam-program-obl-subst.sh new file mode 100644 index 0000000000..17eb5fffae --- /dev/null +++ b/dev/ci/user-overlays/08889-mattam-program-obl-subst.sh @@ -0,0 +1,6 @@ +if [ "$CI_PULL_REQUEST" = "8889" ] || [ "$CI_BRANCH" = "program-hook-obligation-subst" ]; then + + Equations_CI_REF=program-hook-obligation-subst + Equations_CI_GITURL=https://github.com/mattam82/Coq-Equations + +fi |
