changes on circleci to .circleci/config.yml,
This commit is contained in:
parent
e8fc8f0346
commit
3ba0de54ca
1 changed files with 5 additions and 5 deletions
|
@ -11,12 +11,12 @@ jobs:
|
|||
- image: gcr.io/kubernetes-charts-ci/test-image:v3.0.1
|
||||
steps:
|
||||
- checkout
|
||||
- run: false
|
||||
- run: exit 1
|
||||
workflows:
|
||||
version: 2
|
||||
workflow:
|
||||
jobs:
|
||||
- lint
|
||||
- publish:
|
||||
requires:
|
||||
- lint
|
||||
- lint
|
||||
- publish:
|
||||
requires:
|
||||
- lint
|
Loading…
Reference in a new issue