You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments