Skip to content

Commit

Permalink
bar
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Jan 5, 2024
1 parent cada1b1 commit c6b442f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/ci/test_migrations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ compose_cmd() {

run_in_container()
{
CMD=$1
compose_cmd run --build --rm webapp /bin/bash -c "source env/bin/activate && $CMD"
compose_cmd run --build --rm webapp /bin/bash -c "source env/bin/activate && $*"
}

if ! git diff --quiet; then
Expand Down

0 comments on commit c6b442f

Please sign in to comment.