whitespace changes to appease downstream CI
The prow/validate job does some various whitespace checks and was complaining about these so I guess I'll try to make it happy: ``` [+] Found files with whitespace at the end of line ./fedora-coreos-config/fedora-bootc/.gitlab-ci.yml ./fedora-coreos-config/fedora-bootc/bootc-base-imagectl.md ./fedora-coreos-config/fedora-bootc/fedora-iot.yaml ./fedora-coreos-config/fedora-bootc/iot/manifest.yaml [+] Found files with missing empty line at end of file ./fedora-coreos-config/fedora-bootc/bootc-base-imagectl ./fedora-coreos-config/fedora-bootc/fedora-iot.yaml ./fedora-coreos-config/fedora-bootc/iot/manifest.yaml ```
This commit is contained in:
parent
e7cf60c183
commit
ef5e95d5bd
5 changed files with 9 additions and 8 deletions
|
|
@ -15,7 +15,7 @@ build-minimal:
|
|||
script: |
|
||||
set -xeuo pipefail
|
||||
buildah build -f Containerfile --no-cache -t localhost/fedora-bootc:minimal ${PRIV_ARGS} --build-arg=manifest=fedora-minimal .
|
||||
cd tests/rootfs && buildah build -t localhost/test --from localhost/fedora-bootc:minimal
|
||||
cd tests/rootfs && buildah build -t localhost/test --from localhost/fedora-bootc:minimal
|
||||
|
||||
build-minimal-plus:
|
||||
extends: .build-image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue