We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e2403 commit b797a36Copy full SHA for b797a36
tests/e2e/bootc-install.sh
@@ -1,6 +1,9 @@
1
#!/bin/bash
2
set -exuo pipefail
3
4
+# Debug PACKIT_COPR_PROJECT and PACKIT_COPR_RPMS
5
+echo "$PACKIT_COPR_PROJECT and $PACKIT_COPR_RPMS"
6
+
7
source ./shared_lib.sh
8
dump_runner
9
deploy_libvirt_network
@@ -93,9 +96,6 @@ podman ps -a
93
96
TEST_IMAGE_NAME="bootc-workflow-test"
94
97
TEST_IMAGE_URL="${REGISTRY_IP}:${REGISTRY_PORT}/${TEST_IMAGE_NAME}:${QUAY_REPO_TAG}"
95
98
-# just for debugging
-cp -r build "$TEMPDIR"
-
99
# Configure continerfile
100
greenprint "Create $TEST_OS installation Containerfile"
101
tee "$INSTALL_CONTAINERFILE" > /dev/null << EOF
0 commit comments