Skip to content

Commit

Permalink
Exec st2 in st2client docker-compose service instead of (removed) sta…
Browse files Browse the repository at this point in the history
…ckstorm all-in-one service
  • Loading branch information
blag committed Jul 26, 2020
1 parent 109584b commit a01e816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a01e816

Please sign in to comment.