Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
emfollow
userguide
Commits
068b9154
Commit
068b9154
authored
May 30, 2020
by
Deep Chatterjee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
show spelling errors on runner log if present
parent
d0cd7714
Pipeline
#130519
passed with stage
in 2 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
068b9154
...
...
@@ -85,8 +85,8 @@ spelling:
script
:
-
pip install -r requirements.txt
-
sphinx-build -M $CI_JOB_NAME . .
# Fail if there were spelling errors.
-
test
!
-s $CI_JOB_NAME/output.txt
# Fail
and show output
if there were spelling errors.
-
if
test -s $CI_JOB_NAME/output.txt
; then cat $CI_JOB_NAME/output.txt;
false
; fi
pages
:
stage
:
deploy
...
...
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