grim/kube-lint

Parents 2585baaa45f0
Children dc872bbd197f
echo out commands and remove convey files that were imported
  • +4 -1
    run.sh
  • --- a/run.sh Sat Jan 04 07:29:23 2020 -0600
    +++ b/run.sh Sat Jan 04 08:18:34 2020 -0600
    @@ -1,7 +1,10 @@
    -#!/bin/sh -e
    +#!/bin/sh -ex
    cd ${CONVEY_WORKSPACE}
    +# if a convey.yml or convey.yaml got imported delete it
    +rm -f convey.yml convey.yaml
    +
    yamllint -s .
    kubeval -d . --strict --ignore-missing-schemas