aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2017-12-26 10:21:53 +0100
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2017-12-27 17:17:01 +0100
commit2be81020d8533b7d275f820fad8f597929aa064e (patch)
treefce741a1c784dbf5447f62c7830d665349b304bd /dev
parentb37d3f199e4521e2ae20cc96f0f2b04acc36c7cc (diff)
overlay for #6493
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/06493-gares-API-remove-big-file.sh8
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 000000000..9677b3525
--- /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