Skip to content

Commit 807241e

Browse files
change repo url
1 parent 6077d00 commit 807241e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-single-product-part.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
cd "./tmp/$COMPONENT"
143143
repository="$REPO"
144144
if [[ $repository == *"gitlab"* && -n $GITLAB_TOKEN ]] ; then
145-
repository=${repository/"https://"/"https://$GITLAB_TOKEN@"}
145+
repository=https://$GITLAB_TOKEN@${repository}}
146146
else
147147
repository=https://[email protected]/${repository}.git
148148
fi

0 commit comments

Comments
 (0)