mirror of
https://github.com/yannh/kubeconform.git
synced 2026-04-15 16:59:51 +00:00
Small CI for openapi2jsonschema, publish docker image
This commit is contained in:
parent
a31707ca58
commit
244606a1cd
4 changed files with 52 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
# This is really early days
|
||||
.PHONY: test build-python-bats docker-test docker-acceptance build-image
|
||||
|
||||
test: build-python-bats docker-test docker-acceptance
|
||||
|
||||
|
|
@ -12,3 +12,6 @@ docker-test: build-python-bats
|
|||
|
||||
docker-acceptance: build-python-bats
|
||||
docker run --entrypoint "/usr/bin/bats" -t python-bats /code/acceptance.bats
|
||||
|
||||
build-image: docker-test docker-acceptance
|
||||
docker build -t openapi2jsonschema -f Dockerfile .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue