Skip to content

Commit

Permalink
OIS-14: Added configuration for Transifex CLI usage (#102)
Browse files Browse the repository at this point in the history
Changed --resource value
Updated the version of docker-dev used to v9
  • Loading branch information
sradziszewski authored Jul 8, 2024
1 parent 0965bbd commit ff9c463
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Sync with Transifex
/transifex/sync_transifex.sh \
--resource openlmis-requisition.messages \
--resource openlmis-requisition \
--pattern 'src/main/resources/messages_<lang>.properties' \
--source-file src/main/resources/messages_en.properties

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2"
services:

builder:
image: openlmis/dev:8
image: openlmis/dev:9
links:
- db
- redis
Expand All @@ -16,7 +16,7 @@ services:
env_file: .env

sonar:
image: openlmis/dev:8
image: openlmis/dev:9
links:
- db
- redis
Expand All @@ -32,7 +32,7 @@ services:
env_file: .env

demo-data:
image: openlmis/dev:8
image: openlmis/dev:9
links:
- db
- log
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2"
services:

requisition:
image: openlmis/dev:8
image: openlmis/dev:9
ports:
- "8080:8080"
- "5005:5005"
Expand Down

0 comments on commit ff9c463

Please sign in to comment.