From 55e70c5fd2d8e670e61346c2a1a44ba84c03feb3 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 4 Jun 2020 10:47:35 +1000 Subject: [PATCH] gitlab CI: alpine needs pip explicitly installed now Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 6 +++--- .gitlab-ci/ci.template | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce25ef9..e9e0be1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index 9aa32a4..db3f835 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -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 -- 2.34.1