buildah version display: use progress()

...to make it stand out just a little more.

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago 2024-10-22 13:08:56 -06:00
parent 825eed4bde
commit d2ba730f33
1 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ sub do_sync {
# Looks good so far.
my $buildah_old = vendored_buildah();
print "-> buildah old = $buildah_old\n";
progress("::: buildah OLD = $buildah_old :::\n");
# Pull main, and pivot back to this branch
pull_main();
@ -241,7 +241,7 @@ END_FAIL_INSTRUCTIONS
showrun('make', 'vendor') == 0
or die "$ME: make vendor failed";
my $buildah_new = vendored_buildah();
print "-> buildah new = $buildah_new\n";
progress("::: buildah NEW = $buildah_new :::\n");
# Tweak .cirrus.yml so we run bud tests first in CI (to fail fast).
tweak_cirrus_test_order();