diff options
| author | Pierre-Marie Pédrot | 2020-07-18 12:36:50 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2020-08-19 14:06:31 +0200 |
| commit | 46cdf9a67deb9f6e29e937f146598ba020188b74 (patch) | |
| tree | 6ccb0aa1e3a43353dbd9f8c4585197b4ec68fcd4 /dev | |
| parent | dc8b5beeb1d12d5c0e30143db468599ce0f1c1cc (diff) | |
Add overlay.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/ci/user-overlays/12709-ppedrot-hint-pattern-out.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/12709-ppedrot-hint-pattern-out.sh b/dev/ci/user-overlays/12709-ppedrot-hint-pattern-out.sh new file mode 100644 index 0000000000..56a69abbf7 --- /dev/null +++ b/dev/ci/user-overlays/12709-ppedrot-hint-pattern-out.sh @@ -0,0 +1,6 @@ +if [ "$CI_PULL_REQUEST" = "12709" ] || [ "$CI_BRANCH" = "hint-pattern-out" ]; then + + coqhammer_CI_REF=hint-pattern-out + coqhammer_CI_GITURL=https://github.com/ppedrot/coqhammer + +fi |
