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

It didn't work?

parent f1b9809c
No related branches found
No related tags found
No related merge requests found
Pipeline #305 passed
...@@ -2,6 +2,7 @@ variables: ...@@ -2,6 +2,7 @@ variables:
DART_SASS_VERSION: 1.81.0 DART_SASS_VERSION: 1.81.0
HUGO_VERSION: 0.139.2 HUGO_VERSION: 0.139.2
NODE_VERSION: 20.x NODE_VERSION: 20.x
CI_DEBUG_TRACE: true
GIT_DEPTH: 0 GIT_DEPTH: 0
GIT_STRATEGY: clone GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
...@@ -26,7 +27,7 @@ generate: ...@@ -26,7 +27,7 @@ generate:
- 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 .
- echo $CI_COMMIT_REF_NAME - echo $CI_COMMIT_REF_NAME
- git push gitlab HEAD:$CI_COMMIT_REF_NAME - git push gitlab HEAD:$CI_COMMIT_REF_NAME -o ci.skip
pages: pages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment