Commit 2d441a63 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

tango-util: fix chart publishing stage.

parent a6fe6c30
Loading
Loading
Loading
Loading
Loading
+16 −15
Original line number Diff line number Diff line
@@ -188,21 +188,22 @@ publish:csp-lmc-mid:
  variables:
    BUILD_PATH: csp-lmc-mid

# Standardised included jobs
before_script:
  - cd BUILD_PATH
publish_chart:
  variables:
    CHARTS_TO_PUBLISH: mid-csp
  stage: publish
  when: manual
  tags:
  - k8srunner
  image: nexus.engageska-portugal.pt/ska-docker/deploy:0.4.3
  before_script:
    - apt-get -y update
    - apt-get install -y curl ca-certificates --no-install-recommends
  script:
    - cd $BUILD_PATH
    - curl -s https://gitlab.com/ska-telescope/stupid/raw/master/scripts/publish-charts.sh | bash
  variables:
    BUILD_PATH: csp-lmc-mid
include:
# Helm Chart Publish
# https://developer.skatelescope.org/en/latest/development/software_package_release_procedure.html#package-and-publish-helm-charts-to-the-ska-helm-chart-repository
- project: 'ska-telescope/templates-repository'
  file: 'gitlab-ci/includes/helm_publish.yml'




#
# Release csp-lmc-mid image on nexus
#