mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 12:23:55 +08:00
move remaining big files into LFS (#30053)
This commit is contained in:
5
.github/workflows/setup/action.yaml
vendored
5
.github/workflows/setup/action.yaml
vendored
@@ -5,10 +5,6 @@ inputs:
|
||||
description: 'Auth token for Docker Hub, required for BuildJet jobs'
|
||||
required: true
|
||||
default: ''
|
||||
git_lfs:
|
||||
description: 'Whether or not to pull the git lfs'
|
||||
required: true
|
||||
default: 'true'
|
||||
cache_key_prefix:
|
||||
description: 'Prefix for caching key'
|
||||
required: true
|
||||
@@ -30,7 +26,6 @@ runs:
|
||||
|
||||
# do this after checkout to ensure our custom LFS config is used to pull from GitLab
|
||||
- shell: bash
|
||||
if: ${{ inputs.git_lfs == 'true' }}
|
||||
run: git lfs pull
|
||||
|
||||
# on BuildJet runners, must be logged into DockerHub to avoid rate limiting
|
||||
|
||||
Reference in New Issue
Block a user