Skip to content
Snippets Groups Projects
Verified Commit 60f565df authored by TheJoeCoder's avatar TheJoeCoder
Browse files

I'm an idiot :face_palm:

parent 9a165da7
No related branches found
No related tags found
No related merge requests found
Pipeline #306 failed
...@@ -26,6 +26,7 @@ generate: ...@@ -26,6 +26,7 @@ generate:
- git config user.name "$GIT_NAME" - git config user.name "$GIT_NAME"
- git remote add gitlab https://$GIT_USER:$GITLAB_TOKEN@git.rb9.xyz/TheJoeCoder/blog.git - git remote add gitlab https://$GIT_USER:$GITLAB_TOKEN@git.rb9.xyz/TheJoeCoder/blog.git
- git add . - git add .
- git commit -m "Update Content" || echo "No changes to commit"
- echo $CI_COMMIT_REF_NAME - echo $CI_COMMIT_REF_NAME
- git push gitlab HEAD:$CI_COMMIT_REF_NAME -o ci.skip - git push gitlab HEAD:$CI_COMMIT_REF_NAME -o ci.skip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment