mirror of
https://codeberg.org/hyperreal/vauxite-build
synced 2024-11-25 12:23:42 +01:00
Try shell-exec
This commit is contained in:
parent
f137a8dcdb
commit
5d2a2254e1
@ -33,17 +33,12 @@ compose-job:
|
|||||||
nonfree-build-job:
|
nonfree-build-job:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- buildah-exec
|
- shell-exec
|
||||||
image: git.hyperreal.coffee:5050/fedora-atomic/containers/buildah:latest
|
|
||||||
variables:
|
variables:
|
||||||
STORAGE_DRIVER: overlay
|
|
||||||
BUILDAH_FORMAT: docker
|
|
||||||
BUILDAH_ISOLATION: chroot
|
|
||||||
FQ_IMAGE_NAME: "$CI_REGISTRY_IMAGE/vauxite-nonfree:39"
|
FQ_IMAGE_NAME: "$CI_REGISTRY_IMAGE/vauxite-nonfree:39"
|
||||||
before_script:
|
before_script:
|
||||||
- sudo sysctl fs.inotify.max_user_watches
|
|
||||||
- buildah rm --all
|
- buildah rm --all
|
||||||
- buildah prune -f
|
- buildah prune -af
|
||||||
- buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
|
- buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
|
||||||
script:
|
script:
|
||||||
- container=$(buildah from git.hyperreal.coffee:5050/fedora-atomic/vauxite-build/vauxite:39)
|
- container=$(buildah from git.hyperreal.coffee:5050/fedora-atomic/vauxite-build/vauxite:39)
|
||||||
|
Loading…
Reference in New Issue
Block a user