Correct CI
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
parent
3fa233ec0a
commit
3dbda8fd11
2 changed files with 6 additions and 3 deletions
|
@ -8,11 +8,9 @@ jobs:
|
|||
- run: ct lint --config .github/ct.yaml --lint-conf .github/lintconf.yaml
|
||||
publish:
|
||||
docker:
|
||||
# We just need an image with `helm` on it. Handily we know of one already.
|
||||
- image: bash
|
||||
steps:
|
||||
# install the additional keys needed to push to GitHub. Alex Collins owns these keys.
|
||||
- echo "Replaced by Github Workflow: https://github.com/argoproj/argo-helm/actions/workflows/publish.yml"
|
||||
- run: echo "Replaced by Github Workflow - https://github.com/argoproj/argo-helm/actions/workflows/publish.yml"
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
|
|
@ -4,3 +4,8 @@ args:
|
|||
replicaCount: 3
|
||||
|
||||
installCRDs: false
|
||||
|
||||
mountSSHKnownHostsVolume: false
|
||||
mountTLSCertsVolume: false
|
||||
mountGPGKeysVolume: false
|
||||
mountGPGKeyringVolume: false
|
Loading…
Reference in a new issue