Skip to content
Snippets Groups Projects

Add git-lfs support to git_tag

Merged William Salmon requested to merge willsalmon/git_tag_gitlfs into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -27,10 +27,9 @@ variables:
- mount
- df -h
# Common setup
- useradd -Um buildstream
- chown -R buildstream:buildstream .
- export INTEGRATION_CACHE="$(pwd)/cache/integration-cache"
- chown -R buildstream:buildstream .
# Run the tests form the source distribution.
Loading