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

CT-147: modified linting stage for common package

parent 8d9cfb08
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ cache:
# pages:        create the badges
stages:
  - build_common
  - linting_common
  - test_common
  - publish_common
  - build
+5 −6
Original line number Diff line number Diff line
@@ -80,19 +80,18 @@ test:csp-lmc-common:
    - make test
#
# linting stage
.linting_common:

linting:csp-lmc-common:
  extends: .test_common
  stage: linting
  stage: linting_common
  dependencies: []
  script:
    - apt-get -y update
    - apt-get install -y python3-pip python3-setuptools python3-wheel --no-install-recommends
    - cd $COMMON_BUILD_PATH  
    - make lint

linting:csp-lmc-common:
  extends: .linting_common
  dependencies: []
    - pwd
    - ls -alR

#
# Publish csp-lmc-common python package