Skip to content
Snippets Groups Projects
Commit 91e898c1 authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

Fixup 139a84 (fixes deploy_utilities.sh)

Change-Id: Ie455e79979307d93921609bba74a11cc50b25568
parent 6ab8477a
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,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 "$(git rev-parse --show-toplevel)/.ci/deploy_utility_with_preamble.sh" "${TARGET_FOLDER}"
| xargs -n 1 -0 "${PWD}/yashchiki/.ci/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