Skip to content

Commit a62f551

Browse files
committed
Update .gitlab-ci.yml file
1 parent a6bac91 commit a62f551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ publish:
4646
- |-
4747
git remote | grep "public" && echo "public remote found, removing it..." && git remote remove public || echo "public remote not found"
4848
- |-
49-
echo "add public rmeote" && git remote add public https://$GITHUB_USER:$GITHUB_TOKEN@$GITHUB_REPO
49+
echo "add public rmeote" && git remote add public https://$GITHUB_USER:$GITHUB_TOKEN@$GITHUB_REPO && git fetch public
5050
- |-
5151
git branch | grep "main" && echo "main branch found, removing it..." && git branch -D main || echo "main branch not found"
5252
- |-

0 commit comments

Comments
 (0)