Loading csp-lmc-common/.gitlab-ci.yml +8 −8 Original line number Diff line number Diff line # Local Gitlab-CI file for csp-lmc-mid project # Local Gitlab-CI file for csp-lmc-common project # # Build csp-lmc-common python package Loading Loading @@ -34,7 +34,7 @@ build:csp-lmc-common_pkg_dev: # Executed on a commit build:csp-lmc-common_pkg: extends: .build_python_release variables: BUILD_PATH: csp-lmc-mid BUILD_PATH: csp-lmc-common only: [master] # Loading @@ -54,7 +54,7 @@ build:csp-lmc-common_pkg: BUILD_PATH: csp-lmc-common/docker # # Publish csp-lmc-mid python package # Publish csp-lmc-common python package # .publish_python: Loading Loading @@ -82,14 +82,14 @@ build:csp-lmc-common_pkg: - 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: publish:csp-lmc-common_dev: extends: .publish_python_dev dependencies: - build:csp-lmc-common_pkg_dev variables: BUILD_PATH: csp-lmc-common publish:csp-lmc-mid: publish:csp-lmc-common: extends: .publish_python_release dependencies: - build:csp-lmc-common_pkg Loading @@ -97,9 +97,9 @@ publish:csp-lmc-mid: BUILD_PATH: csp-lmc-common # # Release csp-lmc-mid image on nexus # Release csp-lmc-common image on nexus # release csp-lmc-mid image: release csp-lmc-common image: tags: - docker-executor stage: release Loading csp-lmc-mid/.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -53,7 +53,6 @@ build:csp-lmc-mid_pkg: variables: BUILD_PATH: csp-lmc-mid/docker # test:csp-lmc-mid: # stage: test # image: nexus.engageska-portugal.pt/ska-docker/tango-builder:latest Loading Loading
csp-lmc-common/.gitlab-ci.yml +8 −8 Original line number Diff line number Diff line # Local Gitlab-CI file for csp-lmc-mid project # Local Gitlab-CI file for csp-lmc-common project # # Build csp-lmc-common python package Loading Loading @@ -34,7 +34,7 @@ build:csp-lmc-common_pkg_dev: # Executed on a commit build:csp-lmc-common_pkg: extends: .build_python_release variables: BUILD_PATH: csp-lmc-mid BUILD_PATH: csp-lmc-common only: [master] # Loading @@ -54,7 +54,7 @@ build:csp-lmc-common_pkg: BUILD_PATH: csp-lmc-common/docker # # Publish csp-lmc-mid python package # Publish csp-lmc-common python package # .publish_python: Loading Loading @@ -82,14 +82,14 @@ build:csp-lmc-common_pkg: - 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: publish:csp-lmc-common_dev: extends: .publish_python_dev dependencies: - build:csp-lmc-common_pkg_dev variables: BUILD_PATH: csp-lmc-common publish:csp-lmc-mid: publish:csp-lmc-common: extends: .publish_python_release dependencies: - build:csp-lmc-common_pkg Loading @@ -97,9 +97,9 @@ publish:csp-lmc-mid: BUILD_PATH: csp-lmc-common # # Release csp-lmc-mid image on nexus # Release csp-lmc-common image on nexus # release csp-lmc-mid image: release csp-lmc-common image: tags: - docker-executor stage: release Loading
csp-lmc-mid/.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -53,7 +53,6 @@ build:csp-lmc-mid_pkg: variables: BUILD_PATH: csp-lmc-mid/docker # test:csp-lmc-mid: # stage: test # image: nexus.engageska-portugal.pt/ska-docker/tango-builder:latest Loading