changes on circleci to .circleci/config.yml,
This commit is contained in:
parent
7a36736242
commit
1680fc2eee
1 changed files with 1 additions and 2 deletions
|
@ -11,9 +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: stat ./scripts/publish.sh
|
|
||||||
- run:
|
- run:
|
||||||
command: ./scripts/publish.sh
|
command: sh ./scripts/publish.sh
|
||||||
environment:
|
environment:
|
||||||
- GIT_PUSH: "true"
|
- GIT_PUSH: "true"
|
||||||
workflows:
|
workflows:
|
||||||
|
|
Loading…
Reference in a new issue