Skip to content

Commit

Permalink
CLDR-17918 build: use mvn settings from CLDR
Browse files Browse the repository at this point in the history
- fix MVN_OPTS variable in the json build script
  • Loading branch information
srl295 committed Oct 23, 2024
1 parent f9b1162 commit ceab876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
rm -rf cldr-json
echo "::endgroup::"
echo "::group::Build"
bash MVN_OPTS="-s cldr/.github/workflows/mvn-settings.xml" cldr-generate-json.sh
env MVN_OPTS="-s cldr/.github/workflows/mvn-settings.xml" bash ./cldr-generate-json.sh
echo "::endgroup::"
echo "::group::Status"
git status || true
Expand Down

0 comments on commit ceab876

Please sign in to comment.