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. --- dev/ci/user-overlays/07558-ejgallego-vernac+move_parser.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 dev/ci/user-overlays/07558-ejgallego-vernac+move_parser.sh (limited to 'dev/ci/user-overlays/07558-ejgallego-vernac+move_parser.sh') diff --git a/dev/ci/user-overlays/07558-ejgallego-vernac+move_parser.sh b/dev/ci/user-overlays/07558-ejgallego-vernac+move_parser.sh deleted file mode 100644 index 115f29f1e..000000000 --- a/dev/ci/user-overlays/07558-ejgallego-vernac+move_parser.sh +++ /dev/null @@ -1,14 +0,0 @@ -if [ "$CI_PULL_REQUEST" = "7558" ] || [ "$CI_BRANCH" = "vernac+move_parser" ]; then - - _OVERLAY_BRANCH=vernac+move_parser - - Equations_CI_BRANCH="$_OVERLAY_BRANCH" - Equations_CI_GITURL=https://github.com/ejgallego/Coq-Equations - - ltac2_CI_BRANCH="$_OVERLAY_BRANCH" - ltac2_CI_GITURL=https://github.com/ejgallego/ltac2 - - mtac2_CI_BRANCH="$_OVERLAY_BRANCH" - mtac2_CI_GITURL=https://github.com/ejgallego/Mtac2 - -fi -- cgit v1.2.3