diff --git a/tools/gate/playbooks/doc-publish.yaml b/tools/gate/playbooks/doc-publish.yaml index bbebefa8..c174fd95 100644 --- a/tools/gate/playbooks/doc-publish.yaml +++ b/tools/gate/playbooks/doc-publish.yaml @@ -15,4 +15,3 @@ - name: Publish current merged documents on readthedocs shell: 'set -x && curl -X POST -d "token={{ airship_drydock_readthedocs.token }}" "{{ airship_drydock_readthedocs.url }}"' register: result - debug: result.stderr