Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ocm: append '\' before shell command output
OCM CI failing with the errors described in cloud-bulldozer#268 Recently PR cloud-bulldozer#255 introduced some code for identifying last active AWS key which is causing errors in CI run. Inside run_ocm_benchmark.sh, the script ssh into ocm CI jumphost and execute this code. So we need to add additional '\' before parsing/using command output.
- Loading branch information