Loading csp-lmc-mid/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -105,13 +105,13 @@ integration:csp-lmc-mid: extends: .test image: nexus.engageska-portugal.pt/ska-docker/deploy:0.4.1 script: - export KUBE_NAMESPACE="csp-proto-$CI_COMMIT_SHORT_SHA" - export KUBE_NAMESPACE="ci-csp-proto-$CI_COMMIT_SHORT_SHA" - cd $BUILD_PATH - make k8s_test environment: name: test after_script: - export KUBE_NAMESPACE="csp-proto-$CI_COMMIT_SHORT_SHA" - export KUBE_NAMESPACE="ci-csp-proto-$CI_COMMIT_SHORT_SHA" - cd $BUILD_PATH - ls -lR - pwd Loading Loading
csp-lmc-mid/.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -105,13 +105,13 @@ integration:csp-lmc-mid: extends: .test image: nexus.engageska-portugal.pt/ska-docker/deploy:0.4.1 script: - export KUBE_NAMESPACE="csp-proto-$CI_COMMIT_SHORT_SHA" - export KUBE_NAMESPACE="ci-csp-proto-$CI_COMMIT_SHORT_SHA" - cd $BUILD_PATH - make k8s_test environment: name: test after_script: - export KUBE_NAMESPACE="csp-proto-$CI_COMMIT_SHORT_SHA" - export KUBE_NAMESPACE="ci-csp-proto-$CI_COMMIT_SHORT_SHA" - cd $BUILD_PATH - ls -lR - pwd Loading