mirror of
https://codeberg.org/hyperreal/vauxite-build
synced 2024-11-01 08:43:13 +01:00
Use shell-exec for vauxite-nonfree-job
This commit is contained in:
parent
8fd50d2f16
commit
6ec1fe9211
@ -37,13 +37,10 @@ vauxite-compose-job:
|
||||
vauxite-nonfree-job:
|
||||
stage: build
|
||||
tags:
|
||||
- podman-exec
|
||||
- shell-exec
|
||||
variables:
|
||||
PODMAN_IMAGE_NAME: "${CI_REGISTRY_IMAGE}-nonfree:${CI_COMMIT_REF_SLUG}"
|
||||
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
|
||||
script:
|
||||
- cd oci/nonfree
|
||||
|
Loading…
Reference in New Issue
Block a user