diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45200b0..6583569 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: lint:charts: image: - name: linkyard/docker-helm + name: codenest/helm entrypoint: ["/bin/sh", "-c"] stage: test script: @@ -13,13 +13,13 @@ lint:charts: pages: image: - name: linkyard/docker-helm + name: codenest/helm entrypoint: ["/bin/sh", "-c"] stage: deploy script: - mkdir -p public - "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt" - - helm init --client-only + - helm init - (cd public; helm package ../charts/*) - helm repo index public --url ${CI_PAGES_URL} artifacts: