From ecd6fffa931ef7713fedc0602691a1ac89513923 Mon Sep 17 00:00:00 2001 From: Tedi Mitiku Date: Wed, 29 Nov 2023 08:44:37 -0500 Subject: [PATCH] fix ci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2828c6146c..1d6972a84e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -754,7 +754,7 @@ jobs: - run: "${KURTOSIS_BINPATH} service add test-enclave test2 httpd --ports http=80" # Basic service logs - - run: "${KURTOSIS_BINPATH} service logs test-enclave test2 httpd --ports http=80" + - run: "${KURTOSIS_BINPATH} service logs test-enclave test2 # Service stop and start - run: "${KURTOSIS_BINPATH} service stop test-enclave test1"