Commit 1fa82ce4 authored by Prout, Ryan's avatar Prout, Ryan
Browse files

update ci file

parent 98d1a267
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@ pages:
    - helm init --client-only
    - mkdir -p ./public
    - "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt"
    - echo $CI_PROJECT_NAMESPACE
    - echo $CI_PROJECT_NAME
    - helm package charts/* --destination ./public
    - helm repo index --url https://${CI_PROJECT_NAMESPACE}.gitlab.io/${CI_PROJECT_NAME} .
    - mv index.yaml ./public