Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
kevariable committed Dec 29, 2024
1 parent 65aec7b commit bc6af7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cicd/steps/run-containers.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eux

DC="docker-compose -f docker-compose.ci.yml"
DC="docker compose -f docker-compose.ci.yml"

ls -l

Expand Down
2 changes: 1 addition & 1 deletion cicd/steps/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eux

DC="docker-compose -f docker-compose.ci.yml"
DC="docker compose -f docker-compose.ci.yml"

docker ps

Expand Down

0 comments on commit bc6af7c

Please sign in to comment.