Integrate gitlab-ci/cleaos-558-custom-artifacts-use-files-not-symlinks
requested to merge integrate/gitlab-ci/cleaos-558-custom-artifacts-use-files-not-symlinks/into/scarthgap into scarthgap
Commit: clea-os/infrastructure/gitlab-ci@8c6aa171
[CICD][DEPLOYMENT] Dereference symlinks when collects custom artifacts
The deployment stage in the CI pipeline includes a mechanism for collecting and deploying custom artifacts. Current implementation collects symbolic links (symlinks) instead of the actual files they point to. Use dereference option for "cp" command to copy actual files.