From 2a2fee3cd3287be8e41baf02f75a918f3bdf524e Mon Sep 17 00:00:00 2001 From: Nicholas Dudfield Date: Tue, 12 Aug 2025 12:45:20 +0700 Subject: [PATCH] experiment: testing --- .github/workflows/build-in-docker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-in-docker.yml b/.github/workflows/build-in-docker.yml index c886f91d0..01275a4d3 100644 --- a/.github/workflows/build-in-docker.yml +++ b/.github/workflows/build-in-docker.yml @@ -93,12 +93,12 @@ jobs: " docker run --rm --network conan-net conanio/gcc11 bash -xec " - # Get Gitea's IP from inside the container - GITEA_IP=\$(python -c 'import socket; print(socket.gethostbyname(\"gitea-conan-persistent\"))') - echo \"Gitea IP resolved inside container: \$GITEA_IP\" +# # Get Gitea's IP from inside the container +# GITEA_IP=\$(python -c 'import socket; print(socket.gethostbyname(\"gitea-conan-persistent\"))') +# echo \"Gitea IP resolved inside container: \$GITEA_IP\" # Configure Conan using the resolved IP - conan remote add gitea-local http://\$GITEA_IP:3000/api/packages/conan/conan + conan remote add gitea-local http://gitea-conan-persistent:3000/api/packages/conan/conan conan user -p conan-pass-2024 -r gitea-local conan # Enable revisions to match the server expectation