From 9cc8f833d6e6ffd52d9b2678e5b7fa8b72cda00d Mon Sep 17 00:00:00 2001 From: Condorra Date: Fri, 29 Dec 2023 17:22:41 +1100 Subject: [PATCH] Try using IP since we have an external resolver --- .ci/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build b/.ci/build index 36b9535..0b718e1 100755 --- a/.ci/build +++ b/.ci/build @@ -7,7 +7,7 @@ fi export PATH="$(pwd)/hugo:$PATH" cd siterepo -npm config set registry http://nexus:8081/repository/npm_proxy/ +npm config set registry http://172.19.10.7:8081/repository/npm_proxy/ ./build.sh rm ./hugo-static/public/manifest.json # Conflicts with main manifest. cp -r ./assets/* ./assets/.??* ./hugo-static/public/* ../sitegen/