Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
easyconfigs-it4i
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SCS
easyconfigs-it4i
Commits
0b3d8c19
Commit
0b3d8c19
authored
Oct 02, 2018
by
Lukáš Krupčík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified: .gitlab-ci.yml
parent
6b6b836b
Pipeline
#4815
passed with stage
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
.gitlab-ci.yml
.gitlab-ci.yml
+7
-1
No files found.
.gitlab-ci.yml
View file @
0b3d8c19
...
...
@@ -11,11 +11,17 @@ docs:
big_files
:
stage
:
test
image
:
davidhrbac/docker-mdcheck:latest
allow_failure
:
true
script
:
-
find . -type f -size +10M
-
find . -type f -size +10M | grep -v ".git"
-
find . -type f -size +10M -print0 | grep -v ".git"
only
:
-
master
other_files
:
stage
:
test
image
:
davidhrbac/docker-mdcheck:latest
allow_failure
:
true
script
:
-
find . -type f | egrep -v ".eb|.patch|.sh|.yml|.git|.md|LICENSE"
-
find . -type f -print0 | egrep -v ".eb|.patch|.sh|.yml|.git|.md|LICENSE"
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