]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Update script to trigger docs rebuild to use travis-ci.com
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Mar 2021 00:38:37 +0000 (01:38 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 1 Mar 2021 00:38:37 +0000 (01:38 +0100)
tools/travis_update_docs.sh

index 90dbaa51b41894857bc11a4562d9d179102be530..18a1073f7c64991fcd8962a8e9e11511d6e07786 100755 (executable)
@@ -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