summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-05-18 07:42:14 +0100
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-05-18 09:12:22 +0100
commit5ccb4219a59f788d966fdcaaa06a9e203a36328d (patch)
tree10cc97d370c2700cf288331e83d60233ad95ae1a /.gitlab-ci.yml
parent38c22204c442239a64fc1e43ebd8d5bda6b9691c (diff)
downloadybd-5ccb4219a59f788d966fdcaaa06a9e203a36328d.tar.gz
Exit 1 on calling with no params
Normal programs exit 1 if user calls without parameters - this was odd behaviour of ybd, introduced primarily to allow ci test of ybd installation. This normalises the behaviour, and fixes ci
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1153043..869679c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,7 +24,7 @@ check_pep8:
check_installation:
stage: installation
- script: "./ybd.py"
+ script: "./ybd.py | grep SETUP | grep version"
check_cache_keys:
stage: cache_keys