From dd52961850b646b77028868e597ee422be630921 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Fri, 17 Dec 2021 06:42:17 +0530 Subject: [PATCH] Fix fat image not being pushed to DockerHub Signed-off-by: Shrikant Sharat Kandula --- deploy/docker/run-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/docker/run-test.sh b/deploy/docker/run-test.sh index fed5cc332b..e4fa0d0535 100644 --- a/deploy/docker/run-test.sh +++ b/deploy/docker/run-test.sh @@ -11,7 +11,7 @@ password=dummypass123 # Backend API status_code="$( - curl --silent --show-error --output /dev/null --head --write-out "%{http_code}" "http://localhost/api/v1/users/me" + curl --silent --show-error --output /dev/null --write-out "%{http_code}" "http://localhost/api/v1/users/me" )" # Create account