Skip to content

Commit

Permalink
OIS-14: Added configuration for Transifex CLI usage (#10)
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 037811a commit 5f9beed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-notification.messages \
--resource openlmis-notification \
--pattern 'src/main/resources/messages_<lang>.properties' \
--source-file src/main/resources/messages_en.properties

Expand Down
4 changes: 2 additions & 2 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:7
image: openlmis/dev:9
links:
- db
- log
Expand All @@ -15,7 +15,7 @@ services:
env_file: .env

sonar:
image: openlmis/dev:7
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:

notification:
image: openlmis/dev:7
image: openlmis/dev:9
ports:
- "5005:5005"
- "8080:8080"
Expand Down

0 comments on commit 5f9beed

Please sign in to comment.