Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
docs.it4i.cz
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Petr Strakos
docs.it4i.cz
Commits
8b163c75
Commit
8b163c75
authored
Nov 01, 2018
by
David Hrbáč
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI 404s test
parent
c885149c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
.gitlab-ci.yml
.gitlab-ci.yml
+18
-0
No files found.
.gitlab-ci.yml
View file @
8b163c75
...
...
@@ -40,6 +40,24 @@ ext_links:
only
:
-
master
404s
:
stage
:
test
image
:
davidhrbac/docker-mkdocscheck:latest
cache
:
paths
:
-
.cache/pip
-
venv/
before_script
:
-
python -V
# Print out python version for debugging
-
pip install virtualenv
-
virtualenv venv
-
source venv/bin/activate
-
pip install -r requirements.txt
-
mkdocs serve &
script
:
-
wget --spider -o /tmp/wget.log -e robots=off -r -p http://127.0.0.1:8000
-
sed -n '/^Found .* broken links.$/,$p' /tmp/wget.log
mkdocs
:
stage
:
build
image
:
davidhrbac/docker-mkdocscheck:latest
...
...
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