aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.d
diff options
context:
space:
mode:
authorCamilla Conte <cconte@redhat.com>2023-05-31 16:08:20 +0100
committerThomas Huth <thuth@redhat.com>2023-06-05 20:48:34 +0200
commit98300bcdba2a60cf549c5c13761dcada4d7ff877 (patch)
tree0d4e48d01a5afa687903bb4177e1684992a964c7 /.gitlab-ci.d
parentfaae3437b054a3426ad20427e3405b7baae288bd (diff)
downloadqemu-98300bcdba2a60cf549c5c13761dcada4d7ff877.zip
qemu-98300bcdba2a60cf549c5c13761dcada4d7ff877.tar.gz
qemu-98300bcdba2a60cf549c5c13761dcada4d7ff877.tar.bz2
gitlab-ci: Remove unused Python package
Python should have been removed in this commit: https://gitlab.com/qemu-project/qemu/-/commit/94b8b146df84ba472f461398d93fb9cdf0db8f94 Signed-off-by: Camilla Conte <cconte@redhat.com> Message-Id: <20230531150824.32349-2-cconte@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r--.gitlab-ci.d/container-template.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.d/container-template.yml b/.gitlab-ci.d/container-template.yml
index 8c1370b..77aa839 100644
--- a/.gitlab-ci.d/container-template.yml
+++ b/.gitlab-ci.d/container-template.yml
@@ -7,7 +7,6 @@
before_script:
- export TAG="$CI_REGISTRY_IMAGE/qemu/$NAME:latest"
- export COMMON_TAG="$CI_REGISTRY/qemu-project/qemu/qemu/$NAME:latest"
- - apk add python3
- docker login $CI_REGISTRY -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD"
- until docker info; do sleep 1; done
script: