Skip to content

Commit efde3f3

Browse files
authored
CLDR-18467 workaround lfs issue by skipping lfs (#4550)
1 parent 0714f97 commit efde3f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ jobs:
100100
- name: Checkout CLDR archive
101101
run: >
102102
mkdir -v ../cldr-archive && java -jar tools/cldr-code/target/cldr-code.jar checkout-archive
103+
env:
104+
GIT_LFS_SKIP_SMUDGE: 1
103105
- name: Build liberty server
104106
run: >
105107
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

Comments
 (0)