From 4155be759fdaeb7162016f100235107866256135 Mon Sep 17 00:00:00 2001 From: Tedi Mitiku Date: Wed, 29 Nov 2023 08:52:01 -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..df8f9f2be6 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"