Skip to content

Commit bb10f05

Browse files
authored
Merge pull request #212 from yih-redhat/fix-bib
ci: fix bib repo issue
2 parents ba33a73 + 1f931a0 commit bb10f05

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/greenboot-bootc-anaconda-iso.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ podman run \
262262
--type anaconda-iso \
263263
--config /config.json \
264264
--rootfs xfs \
265+
--use-librepo=true \
265266
quay.io/${QUAY_USERNAME}/greenboot-bootc:${TEST_UUID}
266267

267268
###########################################################

tests/greenboot-bootc-qcow2.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ podman run \
246246
--type qcow2 \
247247
--config /config.json \
248248
--rootfs xfs \
249+
--use-librepo=true \
249250
quay.io/${QUAY_USERNAME}/greenboot-bootc:${TEST_UUID}
250251

251252
###########################################################

0 commit comments

Comments
 (0)