From 1ee7ca135cda32d41cd0d0493aee4136a30732fe Mon Sep 17 00:00:00 2001 From: Daniel_I_Am Date: Sat, 15 Aug 2020 21:09:58 -0400 Subject: [PATCH] Typo'd on a command with too many nested quotes --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8df8a6..7ebde25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"`"'