tools/appsre: remove leftover code from before

This commit is contained in:
Diaa Sami 2022-09-26 17:49:13 +02:00 committed by Diaa Sami
parent 34b1be2bf4
commit 420097ae63

View file

@ -69,10 +69,6 @@ elif [ -n "$CI_COMMIT_BRANCH" ]; then
PACKER_ONLY_EXCEPT=--except=amazon-ebs.dummy
fi
cat >> worker-packer.sh <<EOF
/usr/bin/packer build $PACKER_ONLY_EXCEPT /osbuild-composer/templates/packer
EOF
# prepare ansible inventories
function write_inventories {
for item in templates/packer/ansible/inventory/*; do