diff options
| author | Matthieu Sozeau | 2020-08-19 19:23:13 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2020-08-19 19:23:13 +0200 |
| commit | a18d81ce5e1f11b7b52651e5fbef0938ec871ac3 (patch) | |
| tree | 6ccb0aa1e3a43353dbd9f8c4585197b4ec68fcd4 /dev | |
| parent | 7a051f36343406cf6dece2a0d3352e9039ea2e2c (diff) | |
| parent | 46cdf9a67deb9f6e29e937f146598ba020188b74 (diff) | |
Merge PR #12709: Simplify hint pattern handling
Reviewed-by: mattam82
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 |
