fix(tests): Fix integration tests

This commit is contained in:
Gerald Pinder 2024-11-26 16:03:24 -05:00
parent f2a4123e0b
commit 816a6a5ddd
8 changed files with 18 additions and 14 deletions

View file

@ -9,6 +9,6 @@ set -oue pipefail
echo 'This is an example shell script'
echo 'Scripts here will run during build if specified in recipe.yml'
get_json_arr FILES '.test' '{"test":[1,2,3]}'
get_json_array FILES '.test[]' '{"test":[1,2,3]}'
echo $FILES
echo "${FILES[@]}"

View file

@ -3,3 +3,7 @@
set -euo pipefail
echo "This is a test module"
get_json_array FILES '.test[]' '{"test":[1,2,3]}'
echo "${FILES[@]}"

View file

@ -3,7 +3,7 @@
name: cli/test
description: This is my personal OS image.
base-image: quay.io/fedora/fedora-silverblue
image-version: 40
image-version: latest
alt-tags:
- arm64
stages: []

View file

@ -6,7 +6,7 @@ base-image: ghcr.io/ublue-os/silverblue-main
alt-tags:
- gts
- stable
image-version: 39
image-version: gts
modules:
- from-file: akmods.yml
- from-file: flatpaks.yml

View file

@ -3,7 +3,7 @@
name: cli/test
description: This is my personal OS image.
base-image: ghcr.io/ublue-os/silverblue-main
image-version: 40
image-version: latest
stages:
- from-file: stages.yml
modules: