Skip to content
Snippets Groups Projects

Add bin directory with symlinks to src

Closed Matthew K Defenderfer requested to merge enh-create-bin-with-symlinks into rel_v0.1.2

Ideally, nothing in src should be touched directly when executing the pipeline scripts. Executing any in src causes some issues with job directories being created there and having to switch between directories to access the scripts in the first place. Instead, a bin directory was created at the top level to house symlinks to each of the shell and python scripts in src. This gives access to the scripts without needing to install them in an environment or traverse the src directory.

Minor changes:

  • add bin directory with symlinks to all scripts in src

Merge request reports

Approval is optional

Closed by Matthew K DefenderferMatthew K Defenderfer 3 months ago (Nov 14, 2024 9:35pm UTC)

Merge details

  • The changes were not merged into rel_v0.1.2.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading