changes on circleci to .circleci/config.yml,

This commit is contained in:
Alex Collins 2019-10-31 10:34:53 -07:00
parent b89c19a7fc
commit 7a36736242

View file

@ -11,8 +11,7 @@ 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: stat ./scripts/publish.sh
- run: ls scripts
- run: - run:
command: ./scripts/publish.sh command: ./scripts/publish.sh
environment: environment: