Revert: Zurück zu git.michaelschiemer.de da repository.michaelschiemer.de:5000 nicht erreichbar
This commit is contained in:
@@ -34,11 +34,11 @@ jobs:
|
|||||||
else
|
else
|
||||||
# Try public HTTPS (works if repository is public)
|
# Try public HTTPS (works if repository is public)
|
||||||
git clone --depth 1 --branch "$REF_NAME" \
|
git clone --depth 1 --branch "$REF_NAME" \
|
||||||
"https://repository.michaelschiemer.de:5000/${REPO}.git" \
|
"https://git.michaelschiemer.de/${REPO}.git" \
|
||||||
/workspace/repo || \
|
/workspace/repo || \
|
||||||
# Fallback: Try to use Gitea's internal runner access
|
# Fallback: Try to use Gitea's internal runner access
|
||||||
git clone --depth 1 \
|
git clone --depth 1 \
|
||||||
"https://repository.michaelschiemer.de:5000/${REPO}.git" \
|
"https://git.michaelschiemer.de/${REPO}.git" \
|
||||||
/workspace/repo
|
/workspace/repo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -132,11 +132,11 @@ jobs:
|
|||||||
else
|
else
|
||||||
# Try public HTTPS (works if repository is public)
|
# Try public HTTPS (works if repository is public)
|
||||||
git clone --depth 1 --branch "$REF_NAME" \
|
git clone --depth 1 --branch "$REF_NAME" \
|
||||||
"https://repository.michaelschiemer.de:5000/${REPO}.git" \
|
"https://git.michaelschiemer.de/${REPO}.git" \
|
||||||
/workspace/repo || \
|
/workspace/repo || \
|
||||||
# Fallback: Try to use Gitea's internal runner access
|
# Fallback: Try to use Gitea's internal runner access
|
||||||
git clone --depth 1 \
|
git clone --depth 1 \
|
||||||
"https://repository.michaelschiemer.de:5000/${REPO}.git" \
|
"https://git.michaelschiemer.de/${REPO}.git" \
|
||||||
/workspace/repo
|
/workspace/repo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -514,11 +514,11 @@ jobs:
|
|||||||
else
|
else
|
||||||
# Try public HTTPS (works if repository is public)
|
# Try public HTTPS (works if repository is public)
|
||||||
git clone --depth 1 --branch "$REF_NAME" \
|
git clone --depth 1 --branch "$REF_NAME" \
|
||||||
"https://repository.michaelschiemer.de:5000/${REPO}.git" \
|
"https://git.michaelschiemer.de/${REPO}.git" \
|
||||||
/workspace/repo || \
|
/workspace/repo || \
|
||||||
# Fallback: Try to use Gitea's internal runner access
|
# Fallback: Try to use Gitea's internal runner access
|
||||||
git clone --depth 1 \
|
git clone --depth 1 \
|
||||||
"https://repository.michaelschiemer.de:5000/${REPO}.git" \
|
"https://git.michaelschiemer.de/${REPO}.git" \
|
||||||
/workspace/repo
|
/workspace/repo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -32,11 +32,11 @@ jobs:
|
|||||||
else
|
else
|
||||||
# Try public HTTPS (works if repository is public)
|
# Try public HTTPS (works if repository is public)
|
||||||
git clone --depth 1 --branch "$REF_NAME" \
|
git clone --depth 1 --branch "$REF_NAME" \
|
||||||
"https://repository.michaelschiemer.de:5000/${REPO}.git" \
|
"https://git.michaelschiemer.de/${REPO}.git" \
|
||||||
/workspace/repo || \
|
/workspace/repo || \
|
||||||
# Fallback: Try to use Gitea's internal runner access
|
# Fallback: Try to use Gitea's internal runner access
|
||||||
git clone --depth 1 \
|
git clone --depth 1 \
|
||||||
"https://repository.michaelschiemer.de:5000/${REPO}.git" \
|
"https://git.michaelschiemer.de/${REPO}.git" \
|
||||||
/workspace/repo
|
/workspace/repo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -39,10 +39,10 @@ jobs:
|
|||||||
/workspace/repo
|
/workspace/repo
|
||||||
else
|
else
|
||||||
git clone --depth 1 --branch "$REF_NAME" \
|
git clone --depth 1 --branch "$REF_NAME" \
|
||||||
"https://repository.michaelschiemer.de:5000/${REPO}.git" \
|
"https://git.michaelschiemer.de/${REPO}.git" \
|
||||||
/workspace/repo || \
|
/workspace/repo || \
|
||||||
git clone --depth 1 \
|
git clone --depth 1 \
|
||||||
"https://repository.michaelschiemer.de:5000/${REPO}.git" \
|
"https://git.michaelschiemer.de/${REPO}.git" \
|
||||||
/workspace/repo
|
/workspace/repo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ jobs:
|
|||||||
|
|
||||||
if [ -n "${{ secrets.CI_TOKEN }}" ]; then
|
if [ -n "${{ secrets.CI_TOKEN }}" ]; then
|
||||||
git clone --depth 1 --branch "$REF_NAME" \
|
git clone --depth 1 --branch "$REF_NAME" \
|
||||||
"https://${{ secrets.CI_TOKEN }}@repository.michaelschiemer.de:5000/${REPO}.git" \
|
"https://${{ secrets.CI_TOKEN }}@git.michaelschiemer.de/${REPO}.git" \
|
||||||
/workspace/repo
|
/workspace/repo
|
||||||
else
|
else
|
||||||
git clone --depth 1 --branch "$REF_NAME" \
|
git clone --depth 1 --branch "$REF_NAME" \
|
||||||
|
|||||||
Reference in New Issue
Block a user