mirror of
https://codeberg.org/hyperreal/vauxite-build
synced 2024-11-01 16:53:12 +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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user