Browse Source
The heredoc syntax (<<'SHELL_EOF') in the workflow was breaking YAML parsing and preventing the workflow from running. Changed from: weed shell <<'SHELL_EOF' fs.ls /test-spark/employees/ exit SHELL_EOF To: echo -e 'fs.ls /test-spark/employees/\nexit' | weed shell This achieves the same result but is YAML-compatible.pull/7526/head
1 changed files with 1 additions and 4 deletions
Loading…
Reference in new issue