Minor: Remove unhelpful comment

Likely a copy-paste error, it doesn't apply here.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2024-06-26 10:54:11 -04:00
parent fda0f8123b
commit 905e7ae070

View File

@ -737,7 +737,6 @@ podman_machine_aarch64_task:
PRIV_NAME: "rootless" # intended use-case PRIV_NAME: "rootless" # intended use-case
DISTRO_NV: "${FEDORA_AARCH64_NAME}" DISTRO_NV: "${FEDORA_AARCH64_NAME}"
VM_IMAGE_NAME: "${FEDORA_AARCH64_AMI}" VM_IMAGE_NAME: "${FEDORA_AARCH64_AMI}"
# N/B: This script depends on ${DISTRO_NV} being defined for the task.
clone_script: &get_gosrc_aarch64 | clone_script: &get_gosrc_aarch64 |
cd /tmp cd /tmp
echo "$ARTCURL/build_aarch64/repo/repo.tbz" echo "$ARTCURL/build_aarch64/repo/repo.tbz"