aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/user-overlays/06859-ejgallego-stm+top.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/user-overlays/06859-ejgallego-stm+top.sh')
-rw-r--r--dev/ci/user-overlays/06859-ejgallego-stm+top.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/user-overlays/06859-ejgallego-stm+top.sh b/dev/ci/user-overlays/06859-ejgallego-stm+top.sh
new file mode 100644
index 000000000..b22ab3630
--- /dev/null
+++ b/dev/ci/user-overlays/06859-ejgallego-stm+top.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ "$CI_PULL_REQUEST" = "6859" ] || [ "$CI_BRANCH" = "stm+top" ] || \
+ [ "$CI_PULL_REQUEST" = "7543" ] || [ "$CI_BRANCH" = "ide+split" ] ; then
+
+ pidetop_CI_BRANCH=stm+top
+ pidetop_CI_GITURL=https://bitbucket.org/ejgallego/pidetop.git
+
+fi