Skip to content

Commit

Permalink
test: fix script paths for ostree builds
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k authored and supakeen committed Oct 30, 2023
1 parent 151d5a9 commit b029927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/scripts/generate-ostree-build-config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ build/{distro}/{arch}/{image_type}/{config_name}:
osbuild osbuild-luks2 osbuild-lvm2 osbuild-ostree osbuild-selinux
s3cmd podman
- {start_container}
- ./test/scripts/build-image.sh "{distro}" "{image_type}" "{config}"
- ./test/scripts/build-image "{distro}" "{image_type}" "{config}"
- ./test/scripts/upload-results "{distro}" "{image_type}" "{config}"
extends: .terraform
variables:
RUNNER: aws/fedora-38-{arch}
Expand Down

0 comments on commit b029927

Please sign in to comment.