diff --git a/.circleci/config.yml b/.circleci/config.yml index 3bc48ad69c..b886e463dc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -957,7 +957,7 @@ jobs: echo ${enclave_uuid} service_uuid=$(${KURTOSIS_BINPATH} enclave inspect test-enclave | tail -2 | awk '{print $1}') echo ${service_uuid} - echo 'curl -I http://localhost:<< pipeline.parameters.reverse-proxy-entrypoint-web-port >> -H "Host: 80-${service_uuid}-${enclave_uuid}"' + echo 'curl -I http://localhost:<< pipeline.parameters.reverse-proxy-entrypoint-web-port >> -H "Host: 80-"${service_uuid}"-"${enclave_uuid}""' status_code=$(curl -I http://localhost:<< pipeline.parameters.reverse-proxy-entrypoint-web-port >> -H "Host: 80-"${service_uuid}"-"${enclave_uuid}"" | head -1 | awk '{print $2}') echo ${status_code} if ! [ "${status_code}" -eq "200" ]; then