diff options
| author | Maxime Dénès | 2017-12-29 14:08:57 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2017-12-29 14:08:57 +0100 |
| commit | 2d6e395dead61a49ede6208bc40e16b4b8e68ce4 (patch) | |
| tree | cd14828b3c41252961c3bb975e814541ed3c3b78 /dev/ci | |
| parent | 53ade7982bebc8a85133d6b5ba257962e2f3fc15 (diff) | |
| parent | 2be81020d8533b7d275f820fad8f597929aa064e (diff) | |
Merge PR #6493: [API] remove large file containing duplicate interfaces
Diffstat (limited to 'dev/ci')
| -rw-r--r-- | dev/ci/user-overlays/06493-gares-API-remove-big-file.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/06493-gares-API-remove-big-file.sh b/dev/ci/user-overlays/06493-gares-API-remove-big-file.sh new file mode 100644 index 0000000000..9677b35253 --- /dev/null +++ b/dev/ci/user-overlays/06493-gares-API-remove-big-file.sh @@ -0,0 +1,8 @@ +if [ "$CI_PULL_REQUEST" = "6493" ] || [ "$CI_BRANCH" = "API/remove-big-file" ]; then + Equations_CI_BRANCH=API-removal + Equations_CI_GITURL=https://github.com/gares/Coq-Equations.git + coq_dpdgraph_CI_BRANCH=API-removal + coq_dpdgraph_CI_GITURL=https://github.com/gares/coq-dpdgraph.git + ltac2_CI_BRANCH=API-removal + ltac2_CI_GITURL=https://github.com/gares/ltac2.git +fi |
