Skip to content

Commit

Permalink
Ignore warning about intentional globbing
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed May 13, 2024
1 parent d55375b commit 404a6b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/scripts/build-test-executable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function build_test_executable {

# pack assets
cp "$(volta which node)" ./build/test/node
# shellcheck disable=SC2068
tar -czf ./build/test/assets.tar.gz ${ASSETS[@]}

cp ./build/test/node "$temp_output"
Expand Down

0 comments on commit 404a6b9

Please sign in to comment.