Skip to content

Commit

Permalink
OIS-14: Added configuration for Transifex CLI usage (#35)
Browse files Browse the repository at this point in the history
* OIS-14: Added configuration for Transifex CLI usage

Changed --resource value
Updated credentialsId in Jenkinsfile
Updated the version of docker-dev used to v9

* OIS-14: Reverted changes to Jenkinsfile
  • Loading branch information
sradziszewski authored Jul 8, 2024
1 parent 598c5b2 commit 14bd756
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-fulfillment.messages \
--resource openlmis-fulfillment \
--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: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 All @@ -31,7 +31,7 @@ services:
env_file: .env

demo-data:
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:

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

0 comments on commit 14bd756

Please sign in to comment.