fix: Export get_json_array bash function
This commit is contained in:
parent
c8d8ab306c
commit
f2a4123e0b
2 changed files with 5 additions and 0 deletions
|
|
@ -8,3 +8,7 @@ set -oue pipefail
|
|||
# Your code goes here.
|
||||
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]}'
|
||||
|
||||
echo $FILES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue