Loading csp-lmc-common/.gitlab-ci.yml +0 −17 Original line number Diff line number Diff line Loading @@ -94,16 +94,6 @@ test:csp-lmc-common: before_script: - pip install twine .publish_python_dev_common: extends: .publish_python_common except: [master] script: - cd $BUILD_PATH - twine upload --repository-url $PYPI_REPOSITORY_URL dist/* || true only: # publish development package only when source code changes changes: - "**/*.py" .publish_python_release_common: extends: .publish_python_common only: [master] Loading @@ -112,13 +102,6 @@ test:csp-lmc-common: - twine upload --repository-url $PYPI_REPOSITORY_URL dist/* || true - twine upload --skip-existing -u $PYPI_USER -p $PYPI_PASS dist/* || true publish:csp-lmc-common_dev: extends: .publish_python_dev_common dependencies: - build:csp-lmc-common_pkg_dev variables: BUILD_PATH: csp-lmc-common publish:csp-lmc-common: extends: .publish_python_release_common dependencies: Loading Loading
csp-lmc-common/.gitlab-ci.yml +0 −17 Original line number Diff line number Diff line Loading @@ -94,16 +94,6 @@ test:csp-lmc-common: before_script: - pip install twine .publish_python_dev_common: extends: .publish_python_common except: [master] script: - cd $BUILD_PATH - twine upload --repository-url $PYPI_REPOSITORY_URL dist/* || true only: # publish development package only when source code changes changes: - "**/*.py" .publish_python_release_common: extends: .publish_python_common only: [master] Loading @@ -112,13 +102,6 @@ test:csp-lmc-common: - twine upload --repository-url $PYPI_REPOSITORY_URL dist/* || true - twine upload --skip-existing -u $PYPI_USER -p $PYPI_PASS dist/* || true publish:csp-lmc-common_dev: extends: .publish_python_dev_common dependencies: - build:csp-lmc-common_pkg_dev variables: BUILD_PATH: csp-lmc-common publish:csp-lmc-common: extends: .publish_python_release_common dependencies: Loading