changes on circleci to .circleci/config.yml,

This commit is contained in:
Alex Collins 2019-10-31 10:30:22 -07:00
parent 6758179c1a
commit df4bd13c87

View file

@ -11,6 +11,8 @@ jobs:
- image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1 - image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1
steps: steps:
- checkout - checkout
- run: pwd
- run: ls
- run: GIT_PUSH=true ./scripts/publish.sh - run: GIT_PUSH=true ./scripts/publish.sh
workflows: workflows:
version: 2 version: 2