Commit 11d4c49
authored
bench: avoid using heredoc in gcloud command (#554)
The GitHub Actions script is complaining about the heredoc, so just get
rid of it instead of debugging why:
warning: here-document at line 5 delimited by end-of-file (wanted `EOF')
ERROR: (gcloud.batch.jobs.submit) Unable to parse config file: Extra data: line 63 column 3 (char 2012)
Signed-off-by: Spencer Schrock <sschrock@google.com>1 parent 2e77c5f commit 11d4c49
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
105 | | - | |
106 | | - | |
| 105 | + | |
0 commit comments