mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-09-15 07:18:07 -04:00
Merge branch 'ci-lfs' into 'master'
Try to make Gitlab's LFS more graceful See merge request fdroid/fdroidclient!1725
This commit is contained in:
commit
70c4185fc4
1 file changed
+5
-5
+5
-5
@@ -156,8 +156,6 @@ libs lint:
|
||||
app screenshots:
|
||||
<<: *test-template
|
||||
stage: lint
|
||||
variables:
|
||||
GIT_LFS_SKIP_SMUDGE: "0"
|
||||
rules:
|
||||
- <<: *always-on-these-changes
|
||||
- changes:
|
||||
@@ -167,9 +165,9 @@ app screenshots:
|
||||
- apt-get -qy install --no-install-recommends git-lfs
|
||||
- test -n "$ANDROID_HOME" || source /etc/profile.d/bsenv.sh
|
||||
- export GRADLE_USER_HOME=$PWD/.gradle
|
||||
- git lfs install
|
||||
- git lfs fetch origin --all
|
||||
- git lfs checkout
|
||||
- git lfs install || true
|
||||
- git lfs fetch origin --all || true
|
||||
- git lfs checkout || true
|
||||
script:
|
||||
- ./gradlew :app:validateBasicDefaultDebugScreenshotTest
|
||||
after_script:
|
||||
@@ -192,6 +190,8 @@ app screenshots:
|
||||
app tools scripts:
|
||||
stage: lint
|
||||
image: debian:trixie-slim
|
||||
variables:
|
||||
GIT_LFS_SKIP_SMUDGE: "1"
|
||||
rules:
|
||||
- <<: *always-on-these-changes
|
||||
- changes:
|
||||
|
||||
Reference in new issue
Block a user