Skip to content

Commit

Permalink
fix docker compose arguments order
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Nov 21, 2022
1 parent e8d8d10 commit 6d30c61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test-prejournal.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
docker-compose up -p federated-timesheets-tests -d
docker-compose -p federated-timesheets-tests up -d

echo "--- Initializing timeld"
export TIMELD_PASSWORD=`docker exec -it federated-timesheets-tests_timeld-cli_1 "/usr/local/bin/node" "/timeld/init.mjs"`
Expand Down
2 changes: 1 addition & 1 deletion test-tiki.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
docker-compose up -p federated-timesheets-tests -d
docker-compose -p federated-timesheets-tests up -d

echo "--- Initializing timeld"
export TIMELD_PASSWORD=`docker exec -it federated-timesheets-tests_timeld-cli_1 "/usr/local/bin/node" "/timeld/init.mjs"`
Expand Down
2 changes: 1 addition & 1 deletion test-timeld.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
docker-compose up -p federated-timesheets-tests -d
docker-compose -p federated-timesheets-tests up -d

echo "--- Initializing timeld"
export TIMELD_PASSWORD=`docker exec -it federated-timesheets-tests_timeld-cli_1 "/usr/local/bin/node" "/timeld/init.mjs"`
Expand Down

0 comments on commit 6d30c61

Please sign in to comment.