Skip to content
Snippets Groups Projects
Verified Commit fe8d364d authored by Mark's avatar Mark
Browse files

fix backslash

parent e6388392
Branches
Tags
1 merge request!29Resolve "Recreate job errors"
Pipeline #4050 passed
......@@ -52,7 +52,7 @@ spec:
args:
- >
curl http://{{ $.Release.Name }}-hydra-admin:4445/health/ready \
--silent \\
--silent \
--write-out "\nCheck Hydra health: HTTP %{http_code}" \
| tail -1 | grep 200; \
if [ $? -eq 0 ]; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment