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

pipeline.yml

Blame
  • pipeline.yml 401 B
    lint-oauth2-proxy:
      stage: lint
      script:
        - helm lint oauth2-proxy
    
    release-oauth2-proxy:
      stage: release
      script:
        - apk add --no-cache git
        - helm plugin install https://github.com/chartmuseum/helm-push.git
        - helm repo add --username gitlab-ci-token --password $CI_JOB_TOKEN repo ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/stable
        - helm cm-push oauth2-proxy repo