Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ cache: # pages: create the badges stages: - build_common - linting_common - test_common - publish_common - build Loading csp-lmc-common/.gitlab-ci.yml +5 −6 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ cache: # pages: create the badges stages: - build_common - linting_common - test_common - publish_common - build Loading
csp-lmc-common/.gitlab-ci.yml +5 −6 Original line number Diff line number Diff line Loading @@ -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 Loading