mirror of
https://github.com/bitnami/containers.git
synced 2026-02-17 19:37:02 +08:00
[bitnami/*] Update SPDX test (#29007)
Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>
This commit is contained in:
committed by
GitHub
parent
10163f8d62
commit
6cf82d51ba
@@ -4,6 +4,6 @@ set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
mapfile -t files < <( find /bitnami "$BITNAMI_ROOT_DIR" -name '.spdx-*.json' )
|
||||
mapfile -t files < <( find /bitnami "$BITNAMI_ROOT_DIR" -type f -name '*.spdx' )
|
||||
|
||||
[[ ${#files[@]} -gt 0 ]]
|
||||
|
||||
Reference in New Issue
Block a user