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
commita62641f1dff1c3a2dcab73ef6fdef2d601df3dba (patch)
tree00e09e9c4f0aa7cab4013681e4ec70938ca9d5e3 /.gitlab-ci.yml
parent730cfdc5a270e8ffdb405c1d838bdd7b9278b1d7 (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