gitlab CI: alpine needs pip explicitly installed now
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 4 Jun 2020 00:47:35 +0000 (10:47 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 4 Jun 2020 00:47:35 +0000 (10:47 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
.gitlab-ci/ci.template

index ce25ef90575d0b3c4d2bc08d85c51721b3797f3b..e9e0be10a59456e19036273888179f0ce497aa3b 100644 (file)
@@ -152,7 +152,7 @@ check-ci-script:
   image: golang:alpine
   stage: prep
   before_script:
-    - apk add python3 git
+    - apk add python3 py-pip git
     - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates
   script:
     - ci-fairy generate-template
@@ -164,7 +164,7 @@ check-commit:
   image: golang:alpine
   stage: prep
   before_script:
-    - apk add python3 git
+    - apk add python3 py-pip git
   script:
     - pip3 install GitPython
     - pip3 install pytest
@@ -480,7 +480,7 @@ alpine:latest@container-forced-rebuild:
   stage: container_clean
   image: golang:alpine
   before_script:
-    - apk add python3 git
+    - apk add python3 py-pip git
     - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates
   script:
     # Go to your Profile, Settings, Access Tokens
index 9aa32a4db2520211dede214845d9bad91e7fd522..db3f8350030c2a521e62850ef5dabfa7fe213fda 100644 (file)
@@ -89,7 +89,7 @@ check-ci-script:
   image: golang:alpine
   stage: prep
   before_script:
-    - apk add python3 git
+    - apk add python3 py-pip git
     - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates
   script:
     - ci-fairy generate-template
@@ -101,7 +101,7 @@ check-commit:
   image: golang:alpine
   stage: prep
   before_script:
-    - apk add python3 git
+    - apk add python3 py-pip git
   script:
     - pip3 install GitPython
     - pip3 install pytest
@@ -206,7 +206,7 @@ fedora:31@qemu-forced-rebuild:
   stage: container_clean
   image: golang:alpine
   before_script:
-    - apk add python3 git
+    - apk add python3 py-pip git
     - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates
   script:
     # Go to your Profile, Settings, Access Tokens