gitlab CI: alpine needs pip explicitly installed now

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-06-04 10:47:35 +10:00
parent 744a0e0f0b
commit 55e70c5fd2
2 changed files with 6 additions and 6 deletions

View file

@ -152,7 +152,7 @@ check-ci-script:
image: golang:alpine image: golang:alpine
stage: prep stage: prep
before_script: before_script:
- apk add python3 git - apk add python3 py-pip git
- pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates
script: script:
- ci-fairy generate-template - ci-fairy generate-template
@ -164,7 +164,7 @@ check-commit:
image: golang:alpine image: golang:alpine
stage: prep stage: prep
before_script: before_script:
- apk add python3 git - apk add python3 py-pip git
script: script:
- pip3 install GitPython - pip3 install GitPython
- pip3 install pytest - pip3 install pytest
@ -480,7 +480,7 @@ alpine:latest@container-forced-rebuild:
stage: container_clean stage: container_clean
image: golang:alpine image: golang:alpine
before_script: before_script:
- apk add python3 git - apk add python3 py-pip git
- pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates
script: script:
# Go to your Profile, Settings, Access Tokens # Go to your Profile, Settings, Access Tokens

View file

@ -89,7 +89,7 @@ check-ci-script:
image: golang:alpine image: golang:alpine
stage: prep stage: prep
before_script: before_script:
- apk add python3 git - apk add python3 py-pip git
- pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates
script: script:
- ci-fairy generate-template - ci-fairy generate-template
@ -101,7 +101,7 @@ check-commit:
image: golang:alpine image: golang:alpine
stage: prep stage: prep
before_script: before_script:
- apk add python3 git - apk add python3 py-pip git
script: script:
- pip3 install GitPython - pip3 install GitPython
- pip3 install pytest - pip3 install pytest
@ -206,7 +206,7 @@ fedora:31@qemu-forced-rebuild:
stage: container_clean stage: container_clean
image: golang:alpine image: golang:alpine
before_script: before_script:
- apk add python3 git - apk add python3 py-pip git
- pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates - pip3 install git+http://gitlab.freedesktop.org/freedesktop/ci-templates
script: script:
# Go to your Profile, Settings, Access Tokens # Go to your Profile, Settings, Access Tokens