summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2020-08-06 20:32:49 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2020-08-06 20:32:49 +0200
commit59a34e985607a5c2acdb3e3bc068227159630125 (patch)
tree1e80b03d650c2c310659e88b392686419291e1e0 /.gitlab-ci.yml
parent0c983c20fa8d22e00e6df19fca331a23e1867771 (diff)
.gitlab-ci.yml: Drop installation of python{,-apt}
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 80e5a4038e..9b4b4e6fd8 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 --no-install-recommends install git ca-certificates make jq python python-apt python3 python3-apt
+ - apt-get update && apt-get -y --no-install-recommends install git ca-certificates make jq python3 python3-apt
script:
- make check-syntax

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