changes on circleci to .circleci/config.yml,
This commit is contained in:
parent
a9c62a6016
commit
8b3d209ed5
1 changed files with 10 additions and 6 deletions
|
@ -1,13 +1,17 @@
|
||||||
version: 2
|
version: 2
|
||||||
|
orbs:
|
||||||
|
helm: circleci/helm@0.2.0
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: debian:stretch
|
- image: debian:stretch
|
||||||
steps:
|
steps:
|
||||||
|
- install-helm-client
|
||||||
|
# circleci local execute
|
||||||
|
# - run: apt-get update
|
||||||
|
# - run: apt-get install -y git
|
||||||
|
# - run: apt-get install -y helm
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run: helm lint charts/argo
|
||||||
name: Greeting
|
- run: helm lint charts/argo-cd
|
||||||
command: echo Hello, world.
|
- run: helm lint charts/argo-events
|
||||||
- run:
|
|
||||||
name: Print the Current Time
|
|
||||||
command: date
|
|
||||||
|
|
Loading…
Reference in a new issue