CI: Skip docs job for nightly (#9693)

* ci: force-tag wiki changes

* ci: force-tag wiki changes

* ci: skip docs job for master and nightly

* ci: revert docs job checking for nightly tag

* ci: exclude docs job from nightly builds in gitlab script
This commit is contained in:
Afri Schoedon 2018-10-09 12:50:31 +02:00 committed by GitHub
parent 5b54442a48
commit bc056c41bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,8 @@ docs-jsonrpc:
stage: optional stage: optional
only: only:
- tags - tags
except:
- nightly
cache: {} cache: {}
script: script:
- scripts/gitlab/docs-jsonrpc.sh - scripts/gitlab/docs-jsonrpc.sh