Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ cache: # pages: move the metrics files to the right folder # release release the images for csp-lmc-low and mid (only manual) stages: - publish_chart - build_common - linting_common - test_common Loading csp-lmc-mid/.gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -191,15 +191,13 @@ publish:csp-lmc-mid: publish_chart: variables: CHARTS_TO_PUBLISH: csp-proto stage: publish stage: publish_chart tags: - docker-executor image: nexus.engageska-portugal.pt/ska-docker/deploy:0.4.1 script: - cd $BUILD_PATH - curl -s https://gitlab.com/ska-telescope/stupid/raw/master/scripts/publish-charts.sh | bash - ls - cd charts/ && make package variables: BUILD_PATH: csp-lmc-mid Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ cache: # pages: move the metrics files to the right folder # release release the images for csp-lmc-low and mid (only manual) stages: - publish_chart - build_common - linting_common - test_common Loading
csp-lmc-mid/.gitlab-ci.yml +1 −3 Original line number Diff line number Diff line Loading @@ -191,15 +191,13 @@ publish:csp-lmc-mid: publish_chart: variables: CHARTS_TO_PUBLISH: csp-proto stage: publish stage: publish_chart tags: - docker-executor image: nexus.engageska-portugal.pt/ska-docker/deploy:0.4.1 script: - cd $BUILD_PATH - curl -s https://gitlab.com/ska-telescope/stupid/raw/master/scripts/publish-charts.sh | bash - ls - cd charts/ && make package variables: BUILD_PATH: csp-lmc-mid Loading