From d2997f820d6e2c57eb4565a60f2d01bba9f827d9 Mon Sep 17 00:00:00 2001 From: Pierre Smeyers <pierre.smeyers@gmail.com> Date: Thu, 10 Feb 2022 08:49:27 +0100 Subject: [PATCH] doc: remove Gitlab compatibility chapter --- README.md | 4 ---- templates/gitlab-ci-python.yml | 3 --- 2 files changed, 7 deletions(-) diff --git a/README.md b/README.md index 02f8d9f..9bc4d5e 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,3 @@ More info: * [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) - -## GitLab compatibility - -:information_source: This template is actually tested and validated on GitLab Community Edition instance version 13.12.11 diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index 4e08b3a..1a91abc 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -751,7 +751,6 @@ py-package: - if: '$CI_COMMIT_TAG' - if: '$PYTHON_FORCE_PACKAGE == "true"' - ############################################################################################### # publish stage # ############################################################################################### @@ -768,8 +767,6 @@ py-publish: # on tags with $PYTHON_PUBLISH_ENABLED set - if: '$PYTHON_PUBLISH_ENABLED == "true" && $CI_COMMIT_TAG' - - # (manual from master branch): triggers a release (tag creation) py-release: extends: .python-base -- GitLab