Skip to content

Commit

Permalink
change repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
dvvanessastoiber committed Nov 15, 2024
1 parent 6077d00 commit 807241e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-single-product-part.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
else
repository=https://[email protected]/${repository}.git
fi
Expand Down

0 comments on commit 807241e

Please sign in to comment.