Remove .circleci
This commit is contained in:
parent
173ae842ca
commit
7f1514e8de
@ -1,26 +0,0 @@
|
|||||||
---
|
|
||||||
version: 2
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
docker:
|
|
||||||
- image: 'kmkfw/base'
|
|
||||||
|
|
||||||
environment:
|
|
||||||
KMK_TEST: 1
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- run: make test
|
|
||||||
- run: make dist
|
|
||||||
- run: make dist-deploy
|
|
||||||
|
|
||||||
workflows:
|
|
||||||
version: 2
|
|
||||||
build-deploy:
|
|
||||||
jobs:
|
|
||||||
- build:
|
|
||||||
filters:
|
|
||||||
branches:
|
|
||||||
only: /.*/
|
|
||||||
tags:
|
|
||||||
only: /.*/
|
|
Loading…
x
Reference in New Issue
Block a user