Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tecnalia_robotics-public
templates
Merge requests
!67
Resolve "Support LFS in templates"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Support LFS in templates"
37-support-lfs-in-templates
into
master
Overview
13
Commits
10
Pipelines
11
Changes
1
1 unresolved thread
Hide all comments
Merged
Iñigo Moreno i Caireta
requested to merge
37-support-lfs-in-templates
into
master
3 years ago
Overview
13
Commits
10
Pipelines
11
Changes
1
1 unresolved thread
Hide all comments
Expand
Closes
#37 (closed)
Edited
3 years ago
by
Iñigo Moreno i Caireta
0
0
Merge request reports
Viewing commit
ca5544ce
Prev
Next
Show latest version
1 file
+
11
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ca5544ce
Add lfs-pull
· ca5544ce
Iñigo Moreno i Caireta
authored
3 years ago
ci-templates/lfs-pull.yml
0 → 100644
+
11
−
0
Options
.lfs-pull-script
:
&lfs-pull-script
"
find
$$current_ws
-type
f
-name
.lfsconfig
-execdir
git
lfs
pull
\\
;
;
\
find
$$current_ws
-type
f
-name
.lfsconfig
-execdir
git
lfs
ls-files
\\
;
;"
.industrial-ci
:
BEFORE_INIT
:
"
bash
<(curl
-s
https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh);
\
apt
install
-qq
-y
git-lfs;
\
git
config
--global
credential.helper
store;
\
echo
https://$ARTIFACT_CI_USER:$ARTIFACT_CI_TOKEN@artifact.tecnalia.com
>
~/.git-credentials
;"
BEFORE_BUILD_TARGET_WORKSPACE
:
*lfs-pull-script
BEFORE_BUILD_UPSTREAM_WORKSPACE
:
*lfs-pull-script
Loading