Skip to content

Commit

Permalink
OIS-14: Upgrade Transifex API (#114)
Browse files Browse the repository at this point in the history
* OIS-14: Changed --resource value

* OIS-14: Updated credentialsId in Jenkinsfile

* OIS-14: Updated docker-dev version to v9

* Reverted changes to Jenkinsfile
  • Loading branch information
sradziszewski authored Jul 8, 2024
1 parent 08ad42b commit 370597d
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-referencedata.messages \
--resource openlmis-referencedata \
--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 @@ -16,7 +16,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:

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

0 comments on commit 370597d

Please sign in to comment.