Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
1 result

.gitlab-ci.yml

Blame
  • .gitlab-ci.yml 211 B
    image:
      name: alpine/helm:3.8.2
      entrypoint: [ "/bin/sh", "-c" ]
    variables:
      HELM_EXPERIMENTAL_OCI: 1
    stages:
      - lint
      - release
    include:
    - jellyfin/pipeline.yml
    - mailu/pipeline.yml
    - quassel/pipeline.yml