Skip to content
Snippets Groups Projects
Verified Commit b50a7041 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(docs): Fix gitlab-ci syntax

parent b0d6061d
No related branches found
No related tags found
No related merge requests found
Pipeline #19004 failed
......@@ -14,7 +14,7 @@ build-docs:
script:
- mdbook build docs -d public
rules:
- if: '$FORCE_DOCS_BUILD == true'
- if: '$FORCE_DOCS_BUILD == "true"'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes:
paths:
......@@ -40,7 +40,7 @@ upload-docs:
script:
- mc cp public gitops-docs
rules:
- if: '$FORCE_DOCS_BUILD == true'
- if: '$FORCE_DOCS_BUILD == "true"'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes:
paths:
......
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