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 Event Gather workflow fails during the deploy-runner-on-gcp job as the cml runner command is misinterpreted as a multi-line, multi-command entry rather than multi-line, single-command.
Describe the Bug
The Event Gather workflow fails during the
deploy-runner-on-gcp
job as thecml runner
command is misinterpreted as a multi-line, multi-command entry rather than multi-line, single-command.It's a syntax issue:
https://github.com/nick-fields/retry#run-multi-line-multi-command-script
Expected Behavior
Expected the workflow to proceed.
Reproduction
Running as is results in the following output; the
Unknown argument: \
is the red flag.Environment
Any additional information about your environment.
The text was updated successfully, but these errors were encountered: