Skip to content

Commit b797a36

Browse files
committed
test: download bootc rpm from copr
Signed-off-by: Xiaofeng Wang <[email protected]>
1 parent 39e2403 commit b797a36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/e2e/bootc-install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
set -exuo pipefail
33

4+
# Debug PACKIT_COPR_PROJECT and PACKIT_COPR_RPMS
5+
echo "$PACKIT_COPR_PROJECT and $PACKIT_COPR_RPMS"
6+
47
source ./shared_lib.sh
58
dump_runner
69
deploy_libvirt_network
@@ -93,9 +96,6 @@ podman ps -a
9396
TEST_IMAGE_NAME="bootc-workflow-test"
9497
TEST_IMAGE_URL="${REGISTRY_IP}:${REGISTRY_PORT}/${TEST_IMAGE_NAME}:${QUAY_REPO_TAG}"
9598

96-
# just for debugging
97-
cp -r build "$TEMPDIR"
98-
9999
# Configure continerfile
100100
greenprint "Create $TEST_OS installation Containerfile"
101101
tee "$INSTALL_CONTAINERFILE" > /dev/null << EOF

0 commit comments

Comments
 (0)