From 312cbb9a9b0aed11a0b668c1551f1b092d4c00aa Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Tue, 6 Nov 2018 19:42:29 +0100 Subject: Quote script. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33c2eb44..b268400d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,8 @@ lint-python: image: python:3.7-alpine before_script: # Extract lint dependencies from the setup script. - - python -m pip install $(sed -n -e "/'lint': \[/,/]/p" setup.py | tail -n +2 | head -n -1 | cut -d"'" -f2) + - > + python -m pip install $(sed -n -e "/'lint': \[/,/]/p" setup.py | tail -n +2 | head -n -1 | cut -d"'" -f2) script: - flake8 tags: -- cgit v1.2.3