Remove circleci configuration

CircleCI is no longer used for CI. For some time it has been a no-op

Signed-off-by: Matt Farina <matt.farina@suse.com>
This commit is contained in:
Matt Farina
2024-01-24 12:59:48 -05:00
parent e81f6140dd
commit b9e6dd4dc5

View File

@@ -1,14 +0,0 @@
---
# This file can be removed when Helm no longer uses CircleCI on any release
# branches. Once CircleCI is turned off this file can be removed.
version: 2
jobs:
build:
docker:
- image: cimg/go:1.18
steps:
- checkout