From: Daniele Varrazzo Date: Mon, 1 Mar 2021 00:38:37 +0000 (+0100) Subject: Update script to trigger docs rebuild to use travis-ci.com X-Git-Tag: 3.0.dev0~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe519875c234668079f7bdaf15006fe8b3407e57;p=thirdparty%2Fpsycopg.git Update script to trigger docs rebuild to use travis-ci.com --- diff --git a/tools/travis_update_docs.sh b/tools/travis_update_docs.sh index 90dbaa51b..18a1073f7 100755 --- a/tools/travis_update_docs.sh +++ b/tools/travis_update_docs.sh @@ -5,7 +5,7 @@ set -euo pipefail -# The travis token can be set at https://travis-ci.org/psycopg/psycopg2/settings +# The travis token can be set at https://travis-ci.com/psycopg/psycopg3/settings # and can be set on a selected branch only (which should match the DOC3_BRANCH # in the psycopg-website Makefile, or it won't refresh a thing). if [ -z "${TRAVIS_TOKEN:-}" ]; then @@ -20,4 +20,4 @@ curl -s -X POST \ -H "Travis-API-Version: 3" \ -H "Authorization: token ${TRAVIS_TOKEN}" \ -d "{\"request\": {\"branch\": \"${TRAVIS_BRANCH}\"}}" \ - https://api.travis-ci.org/repo/psycopg%2Fpsycopg-website/requests + https://api.travis-ci.com/repo/psycopg%2Fpsycopg-website/requests