Skip to content

Commit b1e29c2

Browse files
fix lint
1 parent 27e346b commit b1e29c2

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=https://$GITLAB_TOKEN@${repository}}
145+
repository=https://$GITLAB_TOKEN@${repository}
146146
else
147147
repository=https://[email protected]/${repository}.git
148148
fi

0 commit comments

Comments
 (0)