Skip to content
Snippets Groups Projects
Commit f3f1432c authored by JostTim's avatar JostTim
Browse files

test ci/cd

parent 4f2f1842
No related branches found
No related tags found
No related merge requests found
Pipeline #120185 failed
...@@ -19,7 +19,7 @@ documentation: ...@@ -19,7 +19,7 @@ documentation:
paths: paths:
- ${CI_PROJECT_DIR}/public - ${CI_PROJECT_DIR}/public
rules: rules:
- if: '${CI_COMMIT_BRANCH} == "main"' - if: $CI_COMMIT_BRANCH == "main"
publish: publish:
# stage : publish # stage : publish
...@@ -31,4 +31,4 @@ publish: ...@@ -31,4 +31,4 @@ publish:
- python -m build - python -m build
- python -m twine upload --repository pypi dist/* - python -m twine upload --repository pypi dist/*
rules: rules:
- if: '${CI_COMMIT_BRANCH} == "main"' - if: $CI_COMMIT_BRANCH == "main"
\ No newline at end of file \ No newline at end of file
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