summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
-rw-r--r--.gitlab-ci.yml.in4
2 files changed, 2 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cc048a0df6..6bd983750d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,9 +36,7 @@ check-gitlab-ci.yml:
check-DEVELOPERS:
script:
- - PYTHONPATH=$PWD/support/scripts
- python -c 'from getdeveloperlib import parse_developers; parse_developers()' |
- grep . && exit 1
+ - ! utils/get-developers | grep -v 'No action specified'
.defconfig: &defconfig
# Running the defconfigs for every push is too much, so limit to
diff --git a/.gitlab-ci.yml.in b/.gitlab-ci.yml.in
index 0b6e634a4b..0855bffb79 100644
--- a/.gitlab-ci.yml.in
+++ b/.gitlab-ci.yml.in
@@ -36,9 +36,7 @@ check-gitlab-ci.yml:
check-DEVELOPERS:
script:
- - PYTHONPATH=$PWD/support/scripts
- python -c 'from getdeveloperlib import parse_developers; parse_developers()' |
- grep . && exit 1
+ - ! utils/get-developers | grep -v 'No action specified'
.defconfig: &defconfig
# Running the defconfigs for every push is too much, so limit to
OpenPOWER on IntegriCloud