diff options
author | Nick Vatamaniuc <vatamane@apache.org> | 2022-09-02 01:01:45 -0400 |
---|---|---|
committer | Nick Vatamaniuc <vatamane@apache.org> | 2022-09-07 23:27:19 -0400 |
commit | 5b227a0144319dbc790af553fb3a5080d8f27683 (patch) | |
tree | 606fa2ee2e56cddc59bbb62ec6580ee93f5efd16 /rebar.config.script | |
parent | 0481ace8ed1f6d90563ba52276379f88a95c5f64 (diff) | |
download | couchdb-5b227a0144319dbc790af553fb3a5080d8f27683.tar.gz |
Update pull request jenkinsfile to shortcut building docs
If docs are changed then docs "check" is run If only docs changed and
not other files, then only docs are built and other stages are
"fast-forwarded".
Also, remove docs from gitignore and from rebar.config.
Diffstat (limited to 'rebar.config.script')
-rw-r--r-- | rebar.config.script | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rebar.config.script b/rebar.config.script index fc409c576..b0c2236bc 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -147,9 +147,7 @@ DepDescs = [ {khash, "khash", {tag, "1.1.0"}}, {snappy, "snappy", {tag, "CouchDB-1.0.8"}}, -%% Non-Erlang deps -{docs, {url, "https://github.com/apache/couchdb-documentation"}, - {tag, "3.2.1-1"}, [raw]}, +%% %% Non-Erlang deps {fauxton, {url, "https://github.com/apache/couchdb-fauxton"}, {tag, "v1.2.8"}, [raw]}, %% Third party deps |