From 4b9650b5e842bd42920d4621e5be63f635484e0f Mon Sep 17 00:00:00 2001 From: Laurent Luce Date: Wed, 6 Dec 2023 11:48:12 -0800 Subject: [PATCH] Working on fixing CI tests. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e2aeb099e3..5429ca897b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -957,6 +957,7 @@ jobs: echo ${enclave_uuid} service_uuid=$(${KURTOSIS_BINPATH} enclave inspect test-enclave | tail -2 | awk '{print $1}') echo ${service_uuid} + curl -v -I http://localhost:<< pipeline.parameters.reverse-proxy-entrypoint-web-port >> -H "Host: 80-$(echo $service_uuid)-$(echo $enclave_uuid)" status_code=$(curl -I http://localhost:<< pipeline.parameters.reverse-proxy-entrypoint-web-port >> -H "Host: 80-$(echo $service_uuid)-$(echo $enclave_uuid)" | head -1 | awk '{print $2}') echo ${status_code} if ! [ "${status_code}" -eq "200" ]; then