fix: use public Gitea URL in test workflow
Some checks failed
Auto Tag / autotag (push) Successful in 10s
Auto Tag / wiki-sync (push) Successful in 13s
Test / frontend-tests (push) Successful in 1m32s
Test / frontend-typecheck (push) Successful in 1m39s
Auto Tag / changelog (push) Successful in 1m49s
Auto Tag / build-macos-arm64 (push) Successful in 2m43s
Auto Tag / build-linux-amd64 (push) Successful in 9m41s
Renovate / renovate (push) Failing after 2m6s
Auto Tag / build-windows-amd64 (push) Successful in 11m52s
Auto Tag / build-linux-arm64 (push) Successful in 11m52s
Test / rust-fmt-check (push) Successful in 16m48s
Test / rust-clippy (push) Successful in 18m21s
Test / rust-tests (push) Successful in 19m49s
Some checks failed
Auto Tag / autotag (push) Successful in 10s
Auto Tag / wiki-sync (push) Successful in 13s
Test / frontend-tests (push) Successful in 1m32s
Test / frontend-typecheck (push) Successful in 1m39s
Auto Tag / changelog (push) Successful in 1m49s
Auto Tag / build-macos-arm64 (push) Successful in 2m43s
Auto Tag / build-linux-amd64 (push) Successful in 9m41s
Renovate / renovate (push) Failing after 2m6s
Auto Tag / build-windows-amd64 (push) Successful in 11m52s
Auto Tag / build-linux-arm64 (push) Successful in 11m52s
Test / rust-fmt-check (push) Successful in 16m48s
Test / rust-clippy (push) Successful in 18m21s
Test / rust-tests (push) Successful in 19m49s
- Replace internal 172.0.0.29:3000 URL with public gogs.tftsr.com URL - This allows CI runners to access the repository
This commit is contained in:
parent
88f64157dd
commit
d2f1333c09
@ -16,7 +16,7 @@ jobs:
|
||||
run: |
|
||||
set -eux
|
||||
git init
|
||||
git remote add origin http://172.0.0.29:3000/sarman/tftsr-devops_investigation.git
|
||||
git remote add origin https://gogs.tftsr.com/sarman/tftsr-devops_investigation.git
|
||||
if [ -n "${GITHUB_SHA:-}" ] && git fetch --depth=1 origin "$GITHUB_SHA"; then
|
||||
echo "Fetched commit SHA: $GITHUB_SHA"
|
||||
elif [ -n "${GITHUB_REF_NAME:-}" ] && git fetch --depth=1 origin "$GITHUB_REF_NAME"; then
|
||||
@ -63,7 +63,7 @@ jobs:
|
||||
run: |
|
||||
set -eux
|
||||
git init
|
||||
git remote add origin http://172.0.0.29:3000/sarman/tftsr-devops_investigation.git
|
||||
git remote add origin https://gogs.tftsr.com/sarman/tftsr-devops_investigation.git
|
||||
if [ -n "${GITHUB_SHA:-}" ] && git fetch --depth=1 origin "$GITHUB_SHA"; then
|
||||
echo "Fetched commit SHA: $GITHUB_SHA"
|
||||
elif [ -n "${GITHUB_REF_NAME:-}" ] && git fetch --depth=1 origin "$GITHUB_REF_NAME"; then
|
||||
@ -100,7 +100,7 @@ jobs:
|
||||
run: |
|
||||
set -eux
|
||||
git init
|
||||
git remote add origin http://172.0.0.29:3000/sarman/tftsr-devops_investigation.git
|
||||
git remote add origin https://gogs.tftsr.com/sarman/tftsr-devops_investigation.git
|
||||
if [ -n "${GITHUB_SHA:-}" ] && git fetch --depth=1 origin "$GITHUB_SHA"; then
|
||||
echo "Fetched commit SHA: $GITHUB_SHA"
|
||||
elif [ -n "${GITHUB_REF_NAME:-}" ] && git fetch --depth=1 origin "$GITHUB_REF_NAME"; then
|
||||
@ -139,7 +139,7 @@ jobs:
|
||||
set -eux
|
||||
apk add --no-cache git
|
||||
git init
|
||||
git remote add origin http://172.0.0.29:3000/sarman/tftsr-devops_investigation.git
|
||||
git remote add origin https://gogs.tftsr.com/sarman/tftsr-devops_investigation.git
|
||||
if [ -n "${GITHUB_SHA:-}" ] && git fetch --depth=1 origin "$GITHUB_SHA"; then
|
||||
echo "Fetched commit SHA: $GITHUB_SHA"
|
||||
elif [ -n "${GITHUB_REF_NAME:-}" ] && git fetch --depth=1 origin "$GITHUB_REF_NAME"; then
|
||||
@ -173,7 +173,7 @@ jobs:
|
||||
set -eux
|
||||
apk add --no-cache git
|
||||
git init
|
||||
git remote add origin http://172.0.0.29:3000/sarman/tftsr-devops_investigation.git
|
||||
git remote add origin https://gogs.tftsr.com/sarman/tftsr-devops_investigation.git
|
||||
if [ -n "${GITHUB_SHA:-}" ] && git fetch --depth=1 origin "$GITHUB_SHA"; then
|
||||
echo "Fetched commit SHA: $GITHUB_SHA"
|
||||
elif [ -n "${GITHUB_REF_NAME:-}" ] && git fetch --depth=1 origin "$GITHUB_REF_NAME"; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user