Update .gitea/workflows/dockerbuild.yml
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 17s
Some checks failed
Build and Publish TVJ EPG Image / build (push) Failing after 17s
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
|
|
||||||
if [ -n "${GITEA_TOKEN:-}" ]; then
|
if [ -n "${GITEA_TOKEN:-}" ]; then
|
||||||
CLONE_URL="${BASE}/${REPO}.git"
|
CLONE_URL="${BASE}/${REPO}.git"
|
||||||
#CLONE_URL="$(echo "$CLONE_URL" | sed -E 's#^https://#https://oauth2:'"${GITEA_TOKEN}"'@#')"
|
CLONE_URL="$(echo "$CLONE_URL" | sed -E 's#^https://#https://oauth2:'"${GITEA_TOKEN}"'@#')"
|
||||||
git clone "$CLONE_URL" .
|
git clone "$CLONE_URL" .
|
||||||
else
|
else
|
||||||
git clone "${BASE}/${REPO}.git" .
|
git clone "${BASE}/${REPO}.git" .
|
||||||
|
|||||||
Reference in New Issue
Block a user