Skip to content

Commit

Permalink
remove grep from the smoke test temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Oct 16, 2024
1 parent 019d791 commit 28d3470
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .makim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ groups:
sugar ${{ vars.SUGAR_FLAGS }} compose build
sugar ${{ vars.SUGAR_FLAGS }} compose-ext start --options -d
sugar ${{ vars.SUGAR_FLAGS }} compose-ext restart --options -d
docker ps|grep $SUGAR_PROJECT_NAME
# TODO: it seems that the SUGAR_PROJECT_NAME is not used properly from this block
# docker ps|grep $SUGAR_PROJECT_NAME
sugar ${{ vars.SUGAR_FLAGS }} compose-ext stop
smoke-final:
Expand Down

0 comments on commit 28d3470

Please sign in to comment.