ci: Drop package install at build time
This is unnecessary now.
This commit is contained in:
parent
0f9767523f
commit
ffc8bc146e
|
|
@ -36,7 +36,6 @@ test-build:
|
||||||
- merge_requests
|
- merge_requests
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- rpm-ostree install distribution-gpg-keys
|
|
||||||
- set -euo pipefail; rpm-ostree compose image --format=ociarchive --initialize ${OS}-${TIER}${VARIANT}-${VERSION}.yaml dest.oci-archive
|
- set -euo pipefail; rpm-ostree compose image --format=ociarchive --initialize ${OS}-${TIER}${VARIANT}-${VERSION}.yaml dest.oci-archive
|
||||||
|
|
||||||
build-push:
|
build-push:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue