Skip to content

Ignore symlinks during upload task to avoid overwriting #26

@sander-lameco

Description

@sander-lameco

Currently, the upload task may overwrite symlinks which point to files already present in the repository (and thus in the release). This can cause issues with deployment, as symlinks should remain intact and not be replaced by uploaded files.

Request:

  • Update the upload task to detect symlinks and ignore them during the upload process.
  • Ensure that symlinks are not overwritten, as the original files are already present in the release.

Acceptance Criteria:

  • Symlinks encountered during the upload process are skipped and not overwritten.
  • The upload process should proceed without errors when symlinks are present.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions