Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: job hook scripts pre-emptively expands shell parameters (#686)
The `job_started_script` and `job_completed_script` pre-emptively expand any shell parameters defined in them, resulting in them being expanded when the `/opt/runner/job_started_script.sh` and `/opt/runner/job_completed_script.sh` files are created and not at runtime of the job. Instructing the heredoc document to skip expanding any shell parameters gives the expected functionality without having to escape them in the config file.
- Loading branch information