Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

add jfrog integration module #50

Merged
merged 29 commits into from
Sep 27, 2023
Merged

add jfrog integration module #50

merged 29 commits into from
Sep 27, 2023

Conversation

matifali
Copy link
Member

@matifali matifali commented Sep 26, 2023

closes #23

@matifali matifali self-assigned this Sep 26, 2023
@matifali matifali requested a review from bpmct September 26, 2023 13:09
@matifali matifali requested a review from kylecarbs September 26, 2023 14:21
@matifali
Copy link
Member Author

@kylecarbs can you help with the tests.

jfrog/run.sh Outdated
@@ -44,6 +44,6 @@ if [ -z "${REPOSITORY_GO}" ]; then
echo "🤔 REPOSITORY_GO is not set, skipping go configuration."
else
echo "🐹 Configuring go..."
export GOPROXY="https://${ARTIFACTORY_USERNAME}:${ARTIFACTORY_ACCESS_TOKEN}@${JFROG_HOST}/artifactory/api/go/${REPOSITORY_GO}"
export GOPROXY="https://${ARTIFACTORY_USERNAME}:${ARTIFACTORY_ACCESS_TOKEN}@${JFROG_URL}/artifactory/api/go/${REPOSITORY_GO}"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kylecarbs here we need the hostname only

jfrog/run.sh Outdated
@@ -35,7 +35,7 @@ else
mkdir -p ~/.pip
cat << EOF > ~/.pip/pip.conf
[global]
index-url = https://${ARTIFACTORY_USERNAME}:${ARTIFACTORY_ACCESS_TOKEN}@${JFROG_HOST}/artifactory/api/pypi/${REPOSITORY_PYPI}/simple
index-url = https://${ARTIFACTORY_USERNAME}:${ARTIFACTORY_ACCESS_TOKEN}@${JFROG_URL}/artifactory/api/pypi/${REPOSITORY_PYPI}/simple
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

@bpmct bpmct merged commit 83a4e40 into main Sep 27, 2023
@matifali matifali deleted the jfrog branch September 27, 2023 11:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JFrog Module
3 participants