fix: CI: dl.librepages.org username and bin name
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
This commit is contained in:
parent
0e388d4e1e
commit
158ec03aab
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@
|
||||||
|
|
||||||
set -xEeuo pipefail
|
set -xEeuo pipefail
|
||||||
|
|
||||||
DUMBSERVE_USERNAME=librepages-conductor
|
DUMBSERVE_USERNAME=librepages
|
||||||
DUMBSERVE_PASSWORD=$4
|
DUMBSERVE_PASSWORD=$4
|
||||||
DUMBSERVE_HOST="https://$DUMBSERVE_USERNAME:$DUMBSERVE_PASSWORD@dl.librepages.org"
|
DUMBSERVE_HOST="https://$DUMBSERVE_USERNAME:$DUMBSERVE_PASSWORD@dl.librepages.org"
|
||||||
|
|
||||||
NAME=librebages
|
NAME=conductor
|
||||||
KEY=67880CA5F4BC99BF247330E2DA576B07BC323961
|
KEY=67880CA5F4BC99BF247330E2DA576B07BC323961
|
||||||
|
|
||||||
TMP_DIR=$(mktemp -d)
|
TMP_DIR=$(mktemp -d)
|
||||||
|
|
Loading…
Reference in a new issue