...

Text file src/helm.sh/helm/v3/.circleci/config.yml

Documentation: helm.sh/helm/v3/.circleci

     1---
     2
     3# This file can be removed when Helm no longer uses CircleCI on any release
     4# branches. Once CircleCI is turned off this file can be removed.
     5version: 2
     6
     7jobs:
     8  build:
     9    docker:
    10      - image: cimg/go:1.18
    11
    12    steps:
    13      - checkout
    14

View as plain text