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, 0 insertions, 9 deletions
diff --git a/dev/ci/user-overlays/06859-ejgallego-stm+top.sh b/dev/ci/user-overlays/06859-ejgallego-stm+top.sh
deleted file mode 100644
index b22ab3630..000000000
--- a/dev/ci/user-overlays/06859-ejgallego-stm+top.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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