]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
gitlab-ci: fallout from !352
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 15 Aug 2017 14:39:13 +0000 (16:39 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 15 Aug 2017 14:39:13 +0000 (16:39 +0200)
- don't have pyyaml twice
- don't install for python3 (for now), just as with other modules

.gitlab-ci.yml

index 5e4093bac825d6b5a11ed9a66d786a0a76efbe0c..b78c09ba4a1d3a8454c052dbe3849d9a99cd2499 100644 (file)
@@ -33,10 +33,9 @@ deckard:linux:amd64:
   script:
     - apt purge -y python-dnspython python3-dnspython
     - apt update
-    - apt install python-pip libffi-dev libaugeas-dev -y
-    - apt-get install -y python-yaml python3-yaml
+    - apt install -y python-pip python-yaml libffi-dev libaugeas-dev
     - pip install --upgrade pip
-    - pip install --user dnspython pyyaml python-augeas
+    - pip install --user dnspython python-augeas
     - PREFIX=$(pwd)/.local MAKEFLAGS="--jobs $(nproc) --keep-going" make check-integration
   dependencies:
     - build:linux:amd64