summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml.in
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-07-01 20:22:27 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-02 00:34:40 +0200
commit29ba13e57cefdf01a8598e409d4efb884fcfde1e (patch)
tree341ef482c090cc465f614222dcc7302be958dca2 /.gitlab-ci.yml.in
parentd233eec73fcc9d927d2a118cddb48afe9d24e9dc (diff)
.gitlab-ci.yml: fix it again
It seems the ! is removed by the yaml parser, so it needs to be quoted. While we're at it, add some explanatory comment. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to '.gitlab-ci.yml.in')
-rw-r--r--.gitlab-ci.yml.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml.in b/.gitlab-ci.yml.in
index 0855bffb79..24a1888c1e 100644
--- a/.gitlab-ci.yml.in
+++ b/.gitlab-ci.yml.in
@@ -35,8 +35,11 @@ check-gitlab-ci.yml:
- diff -u .gitlab-ci.yml.orig .gitlab-ci.yml
check-DEVELOPERS:
+ # get-developers should print just "No action specified"; if it prints
+ # anything else, it's a parse error.
+ # The initial ! is removed by YAML so we need to quote it.
script:
- - ! utils/get-developers | grep -v 'No action specified'
+ - "! utils/get-developers | grep -v 'No action specified'"
.defconfig: &defconfig
# Running the defconfigs for every push is too much, so limit to