From a01e816c9099b02c116e43df972bff976926c754 Mon Sep 17 00:00:00 2001 From: blag Date: Sat, 25 Jul 2020 20:40:30 -0700 Subject: [PATCH] Exec st2 in st2client docker-compose service instead of (removed) stackstorm all-in-one service --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 63a0289..62da0ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,7 +75,7 @@ jobs: # sleep 10 is needed to allow the st2-docker test containers time to start up. # Otherwise st2api is not ready when the tests run. sleep 10 - docker-compose -f ~/st2-docker/docker-compose.yml exec stackstorm st2 action-alias list + docker-compose -f ~/st2-docker/docker-compose.yml exec st2client st2 action-alias list - run: name: Run tests command: |