diff --git a/.gitea/workflows/package-tests.yml b/.gitea/workflows/package-tests.yml index 296a6057..7ae4ce27 100644 --- a/.gitea/workflows/package-tests.yml +++ b/.gitea/workflows/package-tests.yml @@ -121,7 +121,7 @@ jobs: git config --global http.postBuffer 1048576000 # Clone with multiple fallback strategies - REPO_URL="https://gitea.bubuit.net/oib/aitbc.git" + REPO_URL="http://10.0.3.107:3000/oib/aitbc.git" # Clean any existing repo directory first rm -rf repo @@ -737,7 +737,7 @@ jobs: echo "Workspace PWD: $(pwd)" echo "Cloning repository..." - git clone https://gitea.bubuit.net/oib/aitbc.git repo + git clone http://10.0.3.107:3000/oib/aitbc.git repo cd repo echo "Repo PWD: $(pwd)" @@ -878,7 +878,7 @@ jobs: # Ensure no git lock files exist find . -name "*.lock" -delete 2>/dev/null || true - git clone https://gitea.bubuit.net/oib/aitbc.git repo + git clone http://10.0.3.107:3000/oib/aitbc.git repo cd repo - name: Test SDK Compatibility @@ -962,7 +962,7 @@ jobs: # Ensure no git lock files exist find . -name "*.lock" -delete 2>/dev/null || true - git clone https://gitea.bubuit.net/oib/aitbc.git repo + git clone http://10.0.3.107:3000/oib/aitbc.git repo cd repo - name: Test Package Installation