Loading csp-lmc-common/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -97,8 +97,8 @@ linting:csp-lmc-common: - cd $COMMON_BUILD_PATH - python3 -m pip install --extra-index-url https://nexus.engageska-portugal.pt/repository/pypi/simple -r requirements.txt - mkdir -p build/reports - pylint --output-format=parseable csp_lmc_common | tee /build/csp_lmc_common-code-analysis.stdout - pylint --output-format=pylint2junit.JunitReporter csp_lmc_common > /build/reports/csp-lmc-common-linting.xml - pylint --output-format=parseable csp_lmc_common | tee ./build/csp_lmc_common-code-analysis.stdout - pylint --output-format=pylint2junit.JunitReporter csp_lmc_common > ./build/reports/csp-lmc-common-linting.xml - ls -alR variables: COMMON_BUILD_PATH: csp-lmc-common Loading Loading
csp-lmc-common/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -97,8 +97,8 @@ linting:csp-lmc-common: - cd $COMMON_BUILD_PATH - python3 -m pip install --extra-index-url https://nexus.engageska-portugal.pt/repository/pypi/simple -r requirements.txt - mkdir -p build/reports - pylint --output-format=parseable csp_lmc_common | tee /build/csp_lmc_common-code-analysis.stdout - pylint --output-format=pylint2junit.JunitReporter csp_lmc_common > /build/reports/csp-lmc-common-linting.xml - pylint --output-format=parseable csp_lmc_common | tee ./build/csp_lmc_common-code-analysis.stdout - pylint --output-format=pylint2junit.JunitReporter csp_lmc_common > ./build/reports/csp-lmc-common-linting.xml - ls -alR variables: COMMON_BUILD_PATH: csp-lmc-common Loading