From c58ea20fba5a5ce54aaf62182dfd3ee8a368d529 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Mon, 5 Nov 2018 14:18:06 +0100 Subject: Overlay for private polymorphic universes --- dev/ci/user-overlays/08850-poly-local-univs.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dev/ci/user-overlays/08850-poly-local-univs.sh (limited to 'dev') diff --git a/dev/ci/user-overlays/08850-poly-local-univs.sh b/dev/ci/user-overlays/08850-poly-local-univs.sh new file mode 100644 index 0000000000..482792d7cd --- /dev/null +++ b/dev/ci/user-overlays/08850-poly-local-univs.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "$CI_PULL_REQUEST" = "8850" ] || [ "$CI_BRANCH" = "poly-local-univs" ]; then + formal_topology_CI_REF=poly-local-univs + formal_topology_CI_GITURL=https://github.com/SkySkimmer/topology + + paramcoq_CI_REF=poly-local-univs + paramcoq_CI_GITURL=https://github.com/SkySkimmer/paramcoq +fi -- cgit v1.2.3