From 3e32156f1b49680e17fc24e514417784461e1202 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Thu, 23 Sep 2021 09:53:30 +0200 Subject: [PATCH] Disable pages job for now --- .gitlab-ci.yml | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cce9d71..6014283 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,26 +11,25 @@ lint:charts: script: - helm lint charts/* -pages: - image: - name: codenest/helm - entrypoint: ["/bin/sh", "-c"] - stage: deploy - before_script: - - grep 'repository:' charts/*/Chart.yaml | awk '{ print $3 }' | uniq | xargs -rn1 sh -c 'helm repo add $(basename $0) $0' - - helm repo update - - ls -d1 charts/* | xargs -rn1 helm dependency build --skip-refresh - script: - - mkdir -p public - - "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt" - - (cd public; helm package ../charts/*) - - helm repo index public --url ${CI_PAGES_URL} - artifacts: - paths: - - public - only: - - master@ananace/charts - when: never +# pages: +# image: +# name: codenest/helm +# entrypoint: ["/bin/sh", "-c"] +# stage: deploy +# before_script: +# - grep 'repository:' charts/*/Chart.yaml | awk '{ print $3 }' | uniq | xargs -rn1 sh -c 'helm repo add $(basename $0) $0' +# - helm repo update +# - ls -d1 charts/* | xargs -rn1 helm dependency build --skip-refresh +# script: +# - mkdir -p public +# - "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt" +# - (cd public; helm package ../charts/*) +# - helm repo index public --url ${CI_PAGES_URL} +# artifacts: +# paths: +# - public +# only: +# - master@ananace/charts push: image: