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

ci: Regular checkout..

parent b6a2e0cd
No related branches found
No related tags found
No related merge requests found
Pipeline #8874 passed
......@@ -32,7 +32,7 @@ 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 main && \
git checkout main && \
pwd && ls -ahl && \
git add . && \
wait && \
......
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