Typo'd on a command with too many nested quotes
This commit is contained in:
parent
38116b7623
commit
1ee7ca135c
@ -119,4 +119,4 @@ deploy:
|
||||
- docker
|
||||
script:
|
||||
- 'apk add curl jq'
|
||||
- 'curl -X POST $API_URI/api/endpoints/$ENDPOINT_URI/docker/containers/$CONTAINER_ID/restart -H "Authorization: Bearer `curl -X POST $API_URI/api/auth -H "Content-Type: application/json" -d "{\\"Username\\": \\"$API_USER\\", \\"Password\\": \\"$API_PASS\\"}"" | jq -r ".jwt"`"'
|
||||
- 'curl -X POST $API_URI/api/endpoints/$ENDPOINT_URI/docker/containers/$CONTAINER_ID/restart -H "Authorization: Bearer `curl -X POST $API_URI/api/auth -H "Content-Type: application/json" -d "{\\"Username\\": \\"$API_USER\\", \\"Password\\": \\"$API_PASS\\"}" | jq -r ".jwt"`"'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user