feat: new home for athens chart (#1845)

This commit is contained in:
DrPsychick
2023-03-14 06:08:18 +01:00
committed by GitHub
parent fe1e4007eb
commit ac35a44e5a
22 changed files with 5 additions and 951 deletions
-33
View File
@@ -1,33 +0,0 @@
version: 2.1
jobs:
lint-scripts:
docker:
- image: koalaman/shellcheck-alpine
steps:
- checkout
- run:
command: |
shellcheck -x test/e2e-kind.sh
lint-install-charts:
machine:
image: ubuntu-2004:202201-02
environment:
CHART_TESTING_IMAGE: quay.io/helmpack/chart-testing
CHART_TESTING_TAG: v2.3.3
K8S_VERSION: v1.14.2
KIND_VERSION: v0.3.0
steps:
- checkout
- run:
command: test/e2e-kind.sh
no_output_timeout: 3600
workflows:
version: 2
lint_and_install:
jobs:
- lint-scripts
- lint-install-charts:
requires:
- lint-scripts