From 05e3b4b0e27f8e87aca05f528acbb105681df878 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Mon, 25 Jun 2018 16:35:04 +0200 Subject: Reuse CI info to know which version of plugins to build on Windows. --- .../07196-ejgallego-tactics+push_fix_naming_out.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 dev/ci/user-overlays/07196-ejgallego-tactics+push_fix_naming_out.sh (limited to 'dev/ci/user-overlays/07196-ejgallego-tactics+push_fix_naming_out.sh') diff --git a/dev/ci/user-overlays/07196-ejgallego-tactics+push_fix_naming_out.sh b/dev/ci/user-overlays/07196-ejgallego-tactics+push_fix_naming_out.sh deleted file mode 100644 index ea9cd8ee0..000000000 --- a/dev/ci/user-overlays/07196-ejgallego-tactics+push_fix_naming_out.sh +++ /dev/null @@ -1,21 +0,0 @@ -if [ "$CI_PULL_REQUEST" = "7196" ] || [ "$CI_BRANCH" = "tactics+push_fix_naming_out" ] || [ "$CI_BRANCH" = "pr-7196" ]; then - - # Needed overlays: https://gitlab.com/coq/coq/pipelines/21244550 - # - # equations - # ltac2 - - # The below developments should instead use a backwards compatible fix. - # - # color - # iris-lambda-rust - # math-classes - # formal-topology - - ltac2_CI_BRANCH=tactics+push_fix_naming_out - ltac2_CI_GITURL=https://github.com/ejgallego/ltac2 - - Equations_CI_BRANCH=tactics+push_fix_naming_out - Equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations - -fi -- cgit v1.2.3