Skip to content
Snippets Groups Projects
Commit 862dcca6 authored by Philipp Spilger's avatar Philipp Spilger
Browse files

fix: Deploy utilities executability of library script

Change-Id: I2a9cca34dc91f27089f19733309d464b3a28eee8
parent cf2d91dd
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,5 @@ NAME_FILTER=( "(" -name "*.py" -or -name "*.sh" ")" )
if [ "${CONTAINER_BUILD_TYPE}" = "stable" ]; then
find "${TARGET_FOLDER}" "${NAME_FILTER[@]}" -delete
find "${SOURCE_FOLDER}" "${NAME_FILTER[@]}" -print0 \
| xargs -n 1 -0 "${ROOT_DIR}/lib/yashchiki/deploy_utility_with_preamble.sh" "${TARGET_FOLDER}"
| xargs -n 1 -0 bash "${ROOT_DIR}/lib/yashchiki/deploy_utility_with_preamble.sh" "${TARGET_FOLDER}"
fi
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment