]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
removes cargo culted lines 14910/head
authormilzi234 <fla@synapps.de>
Mon, 2 Dec 2024 11:22:21 +0000 (12:22 +0100)
committermilzi234 <fla@synapps.de>
Mon, 2 Dec 2024 11:22:21 +0000 (12:22 +0100)
.github/workflows/documentation.yml

index a370fa3190d9a5ee13ee115e983f5dd4237a4750..6d5bfa975547a3153c12658f0f24966698b5e9cb 100644 (file)
@@ -232,13 +232,6 @@ jobs:
           fi
       - uses: PowerDNS/pdns/set-ubuntu-mirror@meta
       - uses: actions/checkout@v4
-      - uses: actions/setup-python@v5
-        with:
-          python-version: '3.11'
-      - run: pip config set global.index-url http://${{ env.SERVICE_IP_ADDR }}:5000/index/
-      - run: pip config set global.trusted-host ${{ env.SERVICE_IP_ADDR }}
-      - id: proxpi-docker
-        run: echo "id=$(docker ps | grep "epicwink/proxpi" | awk '{print $1}')" >> "$GITHUB_OUTPUT"
       - run: build-scripts/gh-actions-setup-inv-no-dist-upgrade
       - uses: actions/download-artifact@v4
         with: