We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bac91 commit a62f551Copy full SHA for a62f551
.gitlab-ci.yml
@@ -46,7 +46,7 @@ publish:
46
- |-
47
git remote | grep "public" && echo "public remote found, removing it..." && git remote remove public || echo "public remote not found"
48
49
- echo "add public rmeote" && git remote add public https://$GITHUB_USER:$GITHUB_TOKEN@$GITHUB_REPO
+ echo "add public rmeote" && git remote add public https://$GITHUB_USER:$GITHUB_TOKEN@$GITHUB_REPO && git fetch public
50
51
git branch | grep "main" && echo "main branch found, removing it..." && git branch -D main || echo "main branch not found"
52
0 commit comments