changes on circleci to .circleci/config.yml,
This commit is contained in:
parent
6758179c1a
commit
df4bd13c87
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue