Correct CI

Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
Oliver Bähler 2021-05-21 16:30:26 +02:00
parent 3fa233ec0a
commit 3dbda8fd11
No known key found for this signature in database
GPG key ID: 7AE0B2618ECDC1B6
2 changed files with 6 additions and 3 deletions

View file

@ -8,11 +8,9 @@ jobs:
- run: ct lint --config .github/ct.yaml --lint-conf .github/lintconf.yaml - run: ct lint --config .github/ct.yaml --lint-conf .github/lintconf.yaml
publish: publish:
docker: docker:
# We just need an image with `helm` on it. Handily we know of one already.
- image: bash - image: bash
steps: steps:
# install the additional keys needed to push to GitHub. Alex Collins owns these keys. - run: echo "Replaced by Github Workflow - https://github.com/argoproj/argo-helm/actions/workflows/publish.yml"
- echo "Replaced by Github Workflow: https://github.com/argoproj/argo-helm/actions/workflows/publish.yml"
workflows: workflows:
version: 2 version: 2

View file

@ -4,3 +4,8 @@ args:
replicaCount: 3 replicaCount: 3
installCRDs: false installCRDs: false
mountSSHKnownHostsVolume: false
mountTLSCertsVolume: false
mountGPGKeysVolume: false
mountGPGKeyringVolume: false