diff options
| author | Maxime Dénès | 2020-02-11 17:42:34 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2020-02-11 17:42:46 +0100 |
| commit | 0fbc51b6cf6cbb83b734cc2f1e482d1c7adeff3c (patch) | |
| tree | fde488ac9aee49f6004539bc897f0ae772c5edca | |
| parent | 3ad5a919dd266da3775660b29e0b387519e6e04a (diff) | |
Add paramcoq overlay
| -rw-r--r-- | dev/ci/user-overlays/10204-rm-unsafe-type-of-coercion.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/10204-rm-unsafe-type-of-coercion.sh b/dev/ci/user-overlays/10204-rm-unsafe-type-of-coercion.sh new file mode 100644 index 0000000000..87dad61dbc --- /dev/null +++ b/dev/ci/user-overlays/10204-rm-unsafe-type-of-coercion.sh @@ -0,0 +1,6 @@ +if [ "$CI_PULL_REQUEST" = "10204" ] || [ "$CI_BRANCH" = "rm-unsafe-type-of-coercion" ]; then + + paramcoq_CI_REF=fix-papp + paramcoq_CI_GITURL=https://github.com/maximedenes/paramcoq + +fi |
