fix(tests): Fix integration tests
This commit is contained in:
parent
f2a4123e0b
commit
816a6a5ddd
8 changed files with 18 additions and 14 deletions
|
|
@ -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[@]}"
|
||||
|
|
|
|||
|
|
@ -3,3 +3,7 @@
|
|||
set -euo pipefail
|
||||
|
||||
echo "This is a test module"
|
||||
|
||||
get_json_array FILES '.test[]' '{"test":[1,2,3]}'
|
||||
|
||||
echo "${FILES[@]}"
|
||||
|
|
|
|||
|
|
@ -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: []
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue