Commit 00c4ec99 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

AT5-259: removed .gitlab-i.yml syntax errors.

parent 2a16a615
Loading
Loading
Loading
Loading
Loading
+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
@@ -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]

#
@@ -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:
@@ -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
@@ -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
+1 −2
Original line number Diff line number Diff line
@@ -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