diff --git a/jfrog-oauth/run.sh b/jfrog-oauth/run.sh index b20b0f2..f6fb36c 100644 --- a/jfrog-oauth/run.sh +++ b/jfrog-oauth/run.sh @@ -53,7 +53,6 @@ if [ -z "${REPOSITORY_GO}" ]; then else echo "🐹 Configuring go..." jf go-config --global --repo-resolve "${REPOSITORY_GO}" - export GOPROXY="https://${ARTIFACTORY_USERNAME}:${ARTIFACTORY_ACCESS_TOKEN}@${JFROG_HOST}/artifactory/api/go/${REPOSITORY_GO}" fi echo "🥳 Configuration complete!"