summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2018-05-20 13:04:35 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2018-05-20 13:04:35 +0200
commitdc21c80942c34d024b19da9e8e7374066eef1637 (patch)
treefa6325cef14afbd82de975fd0e73344a8786d42b /.gitlab-ci.yml
parent394d4e5c93a40ec2231738651f9dd05d1fe4c82f (diff)
Remove python-apsw for syntax-check job
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 b0ff857a39..cef57854a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ check-syntax:
stage: build
before_script:
- - apt-get update && apt-get -y install git make python python-apt python-apsw
+ - apt-get update && apt-get -y install git make python python-apt
script:
- git checkout master

© 2014-2024 Faster IT GmbH | imprint | privacy policy