Use shell-exec for vauxite-nonfree-job

This commit is contained in:
Jeffrey Serio 2024-03-04 03:33:41 -06:00
parent 8fd50d2f16
commit 6ec1fe9211

View File

@ -37,13 +37,10 @@ vauxite-compose-job:
vauxite-nonfree-job: vauxite-nonfree-job:
stage: build stage: build
tags: tags:
- podman-exec - shell-exec
variables: variables:
PODMAN_IMAGE_NAME: "${CI_REGISTRY_IMAGE}-nonfree:${CI_COMMIT_REF_SLUG}" PODMAN_IMAGE_NAME: "${CI_REGISTRY_IMAGE}-nonfree:${CI_COMMIT_REF_SLUG}"
before_script: before_script:
- printf "fastestmirror=True\ndeltarpm=True\n" | tee -a /etc/dnf/dnf.conf
- dnf update -y
- dnf install -y container-selinux git git-core podman
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script: script:
- cd oci/nonfree - cd oci/nonfree