Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
819f34df
Commit
819f34df
authored
Dec 09, 2020
by
Daniel Scheffler
Browse files
Added URL checker CI job.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
42d3a174
Pipeline
#16654
failed with stage
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
819f34df
...
@@ -13,7 +13,6 @@ stages:
...
@@ -13,7 +13,6 @@ stages:
-
test
-
test
-
deploy_pages
-
deploy_pages
-
deploy_pypi
-
deploy_pypi
-
deploy_conda
-
cleanup
-
cleanup
...
@@ -45,6 +44,15 @@ test_styles:
...
@@ -45,6 +44,15 @@ test_styles:
when
:
always
when
:
always
test_urls
:
stage
:
test
script
:
-
source /root/miniconda3/bin/activate ci_env
-
pip install urlchecker
-
urlchecker check . --file-types .py,.rst,.md,.json
when
:
always
test_py_tools_ds_install
:
test_py_tools_ds_install
:
stage
:
test
stage
:
test
script
:
script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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