fix: CI: dl.librepages.org username and bin name
ci/woodpecker/push/woodpecker Pipeline is pending Details

This commit is contained in:
Aravinth Manivannan 2022-12-12 21:25:55 +05:30
parent 0e388d4e1e
commit 158ec03aab
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 2 additions and 2 deletions

View File

@ -21,11 +21,11 @@
set -xEeuo pipefail
DUMBSERVE_USERNAME=librepages-conductor
DUMBSERVE_USERNAME=librepages
DUMBSERVE_PASSWORD=$4
DUMBSERVE_HOST="https://$DUMBSERVE_USERNAME:$DUMBSERVE_PASSWORD@dl.librepages.org"
NAME=librebages
NAME=conductor
KEY=67880CA5F4BC99BF247330E2DA576B07BC323961
TMP_DIR=$(mktemp -d)