Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
datadrivendiscovery
primitives
Commits
ced7aa4f
Commit
ced7aa4f
authored
Jan 22, 2020
by
Mitar
Browse files
Updating check script.
parent
bf396daf
Pipeline
#111592377
passed with stages
in 82 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
git-check.sh
git-check.sh
+1
-1
No files found.
git-check.sh
View file @
ced7aa4f
...
...
@@ -20,7 +20,7 @@ if git lfs ls-files --name-only | xargs -r stat -c '%s %n' | awk '$1 >= 2*(2^30)
exit
1
fi
if
grep
-r
'version https://git-lfs.github.com/spec/v1'
v
*
archive failed
;
then
if
find
.
-mindepth
1
-maxdepth
1
-not
-name
git-check.sh
-not
-name
.git
-exec
grep
-r
'version https://git-lfs.github.com/spec/v1'
'{}'
+
;
then
echo
"Repository contains LFS pointer files which are not correctly checked out."
exit
1
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment