blob: 78b8d0b56108a9453cf5c6f6863f82c9875d6459 [file] [log] [blame]
Rich Bennett5768a922017-08-11 14:18:48 -04001#!/bin/bash
2if [ "$GERRIT_BRANCH" == "master" ]; then
3 RTD_BUILD_VERSION=latest
4else
5 RTD_BUILD_VERSION="${{GERRIT_BRANCH/\//-}}"
6fi
7
8# shellcheck disable=SC1083
Rich Bennett80d846f2019-01-09 11:31:16 -05009curl -X POST \
10 -d "branches=$RTD_BUILD_VERSION" \
11 -d "token=$DOCS_RTD_TOKEN" \
12 https://readthedocs.org/api/v2/webhook/{rtdproject}