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
Political Memory
memopol
Commits
2a2f8592
Unverified
Commit
2a2f8592
authored
Apr 25, 2017
by
Jamesie Pic
Browse files
Skip docs build if no diff in docs
parent
d4cd9b72
Pipeline
#1006
passed with stage
in 11 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2a2f8592
...
...
@@ -26,7 +26,7 @@ qa:
docs
:
stage
:
test
script
:
tox -e docs
script
:
git diff --raw HEAD^1 | grep docs ||
tox -e docs
tags
:
[
memopol
]
deploy
:
...
...
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