Skip to content
Snippets Groups Projects
Commit b6a2e0cd authored by Griefed's avatar Griefed :joystick:
Browse files

ci: Checkout main, do not push all

parent 316b0e0d
No related branches found
No related tags found
No related merge requests found
Pipeline #8872 failed
......@@ -32,10 +32,10 @@ jobs:
apt-get update && apt-get install git -y && \
git config user.name ${{ secrets.GIT_USER }} && \
git config user.email ${{ secrets.GIT_MAIL }} && \
git checkout -b master && \
git checkout -b main && \
pwd && ls -ahl && \
git add . && \
wait && \
git status && \
git commit -m 'Update sponsors and contribution graph' && \
git push "https://${{ secrets.GIT_USER }}:${{ secrets.GITLAB_TOKEN }}@${{ secrets.CI_SERVER_HOST }}/${{ secrets.GIT_USER }}/${{ secrets.CI_PROJECT_TITLE }}.git" --all
git push "https://${{ secrets.GIT_USER }}:${{ secrets.GITLAB_TOKEN }}@${{ secrets.CI_SERVER_HOST }}/${{ secrets.GIT_USER }}/${{ secrets.CI_PROJECT_TITLE }}.git"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment