Loading csp-lmc-common/.gitlab-ci.yml +9 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,15 @@ test:csp-lmc-common: - cd $BUILD_PATH - make test linting: extends: .test_common stage: linting script: - apt-get -y update - apt-get install -y python3-pip python3-setuptools python3-wheel --no-install-recommends - cd $BUILD_PATH - make lint # # Publish csp-lmc-common python package # Loading csp-lmc-mid/.gitlab-ci.yml +0 −7 Original line number Diff line number Diff line Loading @@ -123,13 +123,6 @@ linting: - twine upload --repository-url $PYPI_REPOSITORY_URL dist/* || true - twine upload --skip-existing -u $PYPI_USER -p $PYPI_PASS dist/* || true publish:csp-lmc-mid_dev: extends: .publish_python_dev dependencies: - build:csp-lmc-mid_pkg_dev variables: BUILD_PATH: csp-lmc-mid publish:csp-lmc-mid: extends: .publish_python_release dependencies: Loading Loading
csp-lmc-common/.gitlab-ci.yml +9 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,15 @@ test:csp-lmc-common: - cd $BUILD_PATH - make test linting: extends: .test_common stage: linting script: - apt-get -y update - apt-get install -y python3-pip python3-setuptools python3-wheel --no-install-recommends - cd $BUILD_PATH - make lint # # Publish csp-lmc-common python package # Loading
csp-lmc-mid/.gitlab-ci.yml +0 −7 Original line number Diff line number Diff line Loading @@ -123,13 +123,6 @@ linting: - twine upload --repository-url $PYPI_REPOSITORY_URL dist/* || true - twine upload --skip-existing -u $PYPI_USER -p $PYPI_PASS dist/* || true publish:csp-lmc-mid_dev: extends: .publish_python_dev dependencies: - build:csp-lmc-mid_pkg_dev variables: BUILD_PATH: csp-lmc-mid publish:csp-lmc-mid: extends: .publish_python_release dependencies: Loading