Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,6 @@ 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 +2 −2 Original line number Diff line number Diff line Loading @@ -191,10 +191,10 @@ publish:csp-lmc-mid: publish_chart: variables: CHARTS_TO_PUBLISH: csp-proto stage: publish_chart stage: publish tags: - docker-executor image: nexus.engageska-portugal.pt/ska-docker/deploy:0.4.1 image: nexus.engageska-portugal.pt/ska-docker/deploy:0.4.2 script: - cd $BUILD_PATH - curl -s https://gitlab.com/ska-telescope/stupid/raw/master/scripts/publish-charts.sh | bash Loading Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,6 @@ 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 +2 −2 Original line number Diff line number Diff line Loading @@ -191,10 +191,10 @@ publish:csp-lmc-mid: publish_chart: variables: CHARTS_TO_PUBLISH: csp-proto stage: publish_chart stage: publish tags: - docker-executor image: nexus.engageska-portugal.pt/ska-docker/deploy:0.4.1 image: nexus.engageska-portugal.pt/ska-docker/deploy:0.4.2 script: - cd $BUILD_PATH - curl -s https://gitlab.com/ska-telescope/stupid/raw/master/scripts/publish-charts.sh | bash Loading