mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 14:58:17 +08:00
[bitnami/*] Fix linked libraries test (#26821)
Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com>
This commit is contained in:
committed by
GitHub
parent
e0a7d9b296
commit
12eb7ca36a
@@ -10,6 +10,6 @@ command:
|
||||
{{ if contains "exclude_paths:" (.Vars | toString) }}
|
||||
{{ $exclude_paths = (.Vars.linked_libraries.exclude_paths | join "|") }}
|
||||
{{ end }}
|
||||
exec: export BITNAMI_ROOT_DIR={{ .Vars.root_dir }}{{ if $exclude_paths }} && export EXCLUDE_PATHS='{{ $exclude_paths }}'{{ end }} && ./common/goss/scripts/check-linked-libraries.sh
|
||||
exec: export BITNAMI_ROOT_DIR={{ .Vars.root_dir }} && export EXCLUDE_PATHS='{{ $exclude_paths }}' && ./common/goss/scripts/check-linked-libraries.sh
|
||||
timeout: 20000
|
||||
exit-status: 0
|
||||
|
||||
Reference in New Issue
Block a user