We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0714f97 commit efde3f3Copy full SHA for efde3f3
.github/workflows/maven.yml
@@ -100,6 +100,8 @@ jobs:
100
- name: Checkout CLDR archive
101
run: >
102
mkdir -v ../cldr-archive && java -jar tools/cldr-code/target/cldr-code.jar checkout-archive
103
+ env:
104
+ GIT_LFS_SKIP_SMUDGE: 1
105
- name: Build liberty server
106
107
mvn -s .github/workflows/mvn-settings.xml -B -pl cldr-apps liberty:create liberty:deploy liberty:package -Dinclude=usr --file tools/pom.xml
0 commit comments