mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-24 04:07:02 +00:00
debugging acceptance tests
This commit is contained in:
parent
50ce5f8ecb
commit
68a5d49537
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM bats/bats:v1.2.1
|
FROM bats/bats:1.11.0
|
||||||
RUN apk --no-cache add ca-certificates parallel libxml2-utils
|
RUN apk --no-cache add ca-certificates parallel libxml2-utils
|
||||||
COPY dist/kubeconform_linux_amd64_v1/kubeconform /code/bin/
|
COPY dist/kubeconform_linux_amd64_v1/kubeconform /code/bin/
|
||||||
COPY acceptance.bats acceptance-nonetwork.bats /code/
|
COPY acceptance.bats acceptance-nonetwork.bats /code/
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -28,7 +28,7 @@ build-bats:
|
||||||
docker build -t bats -f Dockerfile.bats .
|
docker build -t bats -f Dockerfile.bats .
|
||||||
|
|
||||||
docker-acceptance: build-bats
|
docker-acceptance: build-bats
|
||||||
docker run -t bats -p acceptance.bats
|
docker run -t bats -p acceptance.bats --verbose-run
|
||||||
docker run --network none -t bats -p acceptance-nonetwork.bats
|
docker run --network none -t bats -p acceptance-nonetwork.bats
|
||||||
|
|
||||||
goreleaser-build-static:
|
goreleaser-build-static:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue