Loading csp-lmc-common/.gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -76,13 +76,9 @@ build:csp-lmc-common_image: test:csp-lmc-common: extends: .test_common variables: PWD: $(pwd) stage: test_common script: - echo $(PWD) - echo $CI_PROJECT_DIR - cd $BUILD_PATH - echo $(PWD) - make test # Loading @@ -107,6 +103,7 @@ test:csp-lmc-common: script: - cd $BUILD_PATH - twine upload --repository-url $PYPI_REPOSITORY_URL dist/* || true when: manual .publish_python_release_common: extends: .publish_python_common Loading Loading
csp-lmc-common/.gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -76,13 +76,9 @@ build:csp-lmc-common_image: test:csp-lmc-common: extends: .test_common variables: PWD: $(pwd) stage: test_common script: - echo $(PWD) - echo $CI_PROJECT_DIR - cd $BUILD_PATH - echo $(PWD) - make test # Loading @@ -107,6 +103,7 @@ test:csp-lmc-common: script: - cd $BUILD_PATH - twine upload --repository-url $PYPI_REPOSITORY_URL dist/* || true when: manual .publish_python_release_common: extends: .publish_python_common Loading