Commit c13af7c6 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

fix_artifacts: add linting stage for csp-lmc-common package-

parent 0681b287
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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
#
+0 −7
Original line number Diff line number Diff line
@@ -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: