Skip to content
Snippets Groups Projects
Commit 1a3fd2fd authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

.oniro-ci: preserve all properties of copied artifacts


The --archive flag should help us preserve symlinks.
Add --verbose to make the process easier to debug.

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent cf3c6e0c
No related branches found
No related tags found
1 merge request!102.oniro-ci: assorted improvements to build pipelines
......@@ -293,7 +293,7 @@
(
cd "$BITBAKE_TMPDIR"/deploy/
for artifact in $CI_ONIRO_JOB_ARTIFACTS; do
find ./ -type f -name "$artifact" -exec cp --parents {} "$CI_PROJECT_DIR"/artifacts \;
find ./ -type f -name "$artifact" -exec cp --verbose --archive --parents {} "$CI_PROJECT_DIR"/artifacts \;
done
)
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment