Skip to content
Snippets Groups Projects
Commit d2997f82 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc: remove Gitlab compatibility chapter

parent 7515cf5e
No related branches found
No related tags found
No related merge requests found
...@@ -293,7 +293,3 @@ More info: ...@@ -293,7 +293,3 @@ More info:
* [PyPI packages in the Package Registry](https://docs.gitlab.com/ee/user/packages/pypi_repository/) * [PyPI packages in the Package Registry](https://docs.gitlab.com/ee/user/packages/pypi_repository/)
If you want to automatically create tag and publish your Python package, please have a look [here](#release-python) If you want to automatically create tag and publish your Python package, please have a look [here](#release-python)
## GitLab compatibility
:information_source: This template is actually tested and validated on GitLab Community Edition instance version 13.12.11
...@@ -751,7 +751,6 @@ py-package: ...@@ -751,7 +751,6 @@ py-package:
- if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_TAG'
- if: '$PYTHON_FORCE_PACKAGE == "true"' - if: '$PYTHON_FORCE_PACKAGE == "true"'
############################################################################################### ###############################################################################################
# publish stage # # publish stage #
############################################################################################### ###############################################################################################
...@@ -768,8 +767,6 @@ py-publish: ...@@ -768,8 +767,6 @@ py-publish:
# on tags with $PYTHON_PUBLISH_ENABLED set # on tags with $PYTHON_PUBLISH_ENABLED set
- if: '$PYTHON_PUBLISH_ENABLED == "true" && $CI_COMMIT_TAG' - if: '$PYTHON_PUBLISH_ENABLED == "true" && $CI_COMMIT_TAG'
# (manual from master branch): triggers a release (tag creation) # (manual from master branch): triggers a release (tag creation)
py-release: py-release:
extends: .python-base extends: .python-base
......
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