|
|
@ -53,7 +53,6 @@ if [ -z "${REPOSITORY_GO}" ]; then
|
|
|
|
else
|
|
|
|
else
|
|
|
|
echo "🐹 Configuring go..."
|
|
|
|
echo "🐹 Configuring go..."
|
|
|
|
jf go-config --global --repo-resolve "${REPOSITORY_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
|
|
|
|
fi
|
|
|
|
echo "🥳 Configuration complete!"
|
|
|
|
echo "🥳 Configuration complete!"
|
|
|
|
|
|
|
|
|
|
|
|