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

fix backslash

parent e6388392
No related branches found
No related tags found
1 merge request!29Resolve "Recreate job errors"
Pipeline #4050 passed with stages
in 1 minute and 19 seconds
......@@ -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.
Finish editing this message first!
Please register or to comment