Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Cloning App from Gitlab #118

Closed
wants to merge 3 commits into from
Closed

Fix Cloning App from Gitlab #118

wants to merge 3 commits into from

Conversation

dvvanessastoiber
Copy link
Contributor

No description provided.

@dvvanessastoiber dvvanessastoiber self-assigned this Nov 15, 2024
@dvvanessastoiber dvvanessastoiber marked this pull request as ready for review November 18, 2024 12:28
@@ -142,7 +142,7 @@ jobs:
cd "./tmp/$COMPONENT"
repository="$REPO"
if [[ $repository == *"gitlab"* && -n $GITLAB_TOKEN ]] ; then
repository=${repository/"https://"/"https://$GITLAB_TOKEN@"}
repository=https://$GITLAB_TOKEN@${repository}
Copy link
Contributor

@puehringer puehringer Nov 18, 2024

Choose a reason for hiding this comment

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

Is this change really necessary if we prefix the repo in visyn_product with https://?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

you are right, thank you! 👍

@dvvanessastoiber dvvanessastoiber deleted the vstoiber-gitlab branch November 18, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants