aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2018-07-07 17:00:22 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2018-07-07 17:02:06 +0200
commita9728d5a43e5c82fed9cac25e841107c4c95fc35 (patch)
treef5449b37203505faa5680b1f6eb44d8edc16b37a /dev
parentef29c0a927728d9cf4a45bc3c26d2393d753184e (diff)
Add an overlay.
Diffstat (limited to 'dev')
-rw-r--r--dev/ci/user-overlays/07898-ppedrot-rm-campl4-remains.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/07898-ppedrot-rm-campl4-remains.sh b/dev/ci/user-overlays/07898-ppedrot-rm-campl4-remains.sh
new file mode 100644
index 000000000..9c4c905fa
--- /dev/null
+++ b/dev/ci/user-overlays/07898-ppedrot-rm-campl4-remains.sh
@@ -0,0 +1,8 @@
+_OVERLAY_BRANCH=rm-campl4-remains
+
+if [ "$CI_PULL_REQUEST" = "7898" ] || [ "$CI_BRANCH" = "$_OVERLAY_BRANCH" ]; then
+
+ pidetop_CI_BRANCH="$_OVERLAY_BRANCH"
+ pidetop_CI_GITURL=https://github.com/ppedrot/pidetop
+
+fi