Skip to content

Commit

Permalink
.github: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
krnowak committed Oct 12, 2023
1 parent 74f1d17 commit 505f733
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,35 @@ jobs:
set -euo pipefail
set -x
stuff=(
flatcar_production_image_packages.txt
flatcar_production_image_contents_wtd.txt
flatcar_production_image_contents.txt
flatcar_production_image_kernel_config.txt
flatcar_production_image_disk_usage.txt
flatcar_production_image_initrd_contents_wtd.txt
flatcar_production_image_initrd_contents.txt
oem-ami_packages.txt
oem-ami_contents_wtd.txt
oem-ami_contents.txt
oem-azure_packages.txt
oem-azure_contents_wtd.txt
oem-azure_contents.txt
oem-openstack_packages.txt
oem-openstack_contents_wtd.txt
oem-openstack_contents.txt
oem-packet_packages.txt
oem-packet_contents_wtd.txt
oem-packet_contents.txt
oem-qemu_packages.txt
oem-qemu_contents_wtd.txt
oem-qemu_contents.txt
)
for item in "${stuff[@]}"; do
echo "where is ${item}"
find "${PWD}" -name "${item}" || true
done
source ci-automation/image_changes.sh
git_tag=''
Expand Down Expand Up @@ -309,6 +338,35 @@ jobs:
set -euo pipefail
set -x
stuff=(
flatcar_production_image_packages.txt
flatcar_production_image_contents_wtd.txt
flatcar_production_image_contents.txt
flatcar_production_image_kernel_config.txt
flatcar_production_image_disk_usage.txt
flatcar_production_image_initrd_contents_wtd.txt
flatcar_production_image_initrd_contents.txt
oem-ami_packages.txt
oem-ami_contents_wtd.txt
oem-ami_contents.txt
oem-azure_packages.txt
oem-azure_contents_wtd.txt
oem-azure_contents.txt
oem-openstack_packages.txt
oem-openstack_contents_wtd.txt
oem-openstack_contents.txt
oem-packet_packages.txt
oem-packet_contents_wtd.txt
oem-packet_contents.txt
oem-qemu_packages.txt
oem-qemu_contents_wtd.txt
oem-qemu_contents.txt
)
for item in "${stuff[@]}"; do
echo "where is ${item}"
find "${PWD}" -name "${item}" || true
done
source ci-automation/image_changes.sh
git_tag=''
Expand Down

0 comments on commit 505f733

Please sign in to comment.