summaryrefslogtreecommitdiff
path: root/qa/qa/fixtures/package_managers/helm/helm_install_package.yaml.erb
blob: 590120ce7b2a5b9de856bc8e6229644b223a7188 (plain)
1
2
3
4
5
6
7
8
9
10
pull:
  image: dtzar/helm-kubectl:latest
  script:
    - helm repo add --username <%= username %> --password <%= access_token %> gitlab_qa ${CI_API_V4_URL}/projects/<%= package_project.id %>/packages/helm/stable
    - helm repo update
    - helm pull gitlab_qa/<%= package_name %>
  only:
    - <%= client_project.default_branch %>
  tags:
    - runner-for-<%=client_project.group.name %>