Loading csp-lmc-mid/.gitlab-ci.yml +16 −15 Original line number Diff line number Diff line Loading @@ -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 # Loading Loading
csp-lmc-mid/.gitlab-ci.yml +16 −15 Original line number Diff line number Diff line Loading @@ -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 # Loading