forked from LaconicNetwork/kompose
Rename test-ci to test-k8s
Renames test-ci to test-k8s to coincide with our `make test-openshift` command.
This commit is contained in:
parent
520676d0f9
commit
89d43536e4
6
Makefile
6
Makefile
@ -110,6 +110,6 @@ test-image:
|
|||||||
test-container:
|
test-container:
|
||||||
docker run -v `pwd`:/opt/tmp/kompose:ro -it $(TEST_IMAGE)
|
docker run -v `pwd`:/opt/tmp/kompose:ro -it $(TEST_IMAGE)
|
||||||
|
|
||||||
.PHONE: test-ci
|
.PHONE: test-k8s
|
||||||
test-ci:
|
test-k8s:
|
||||||
./script/test_ci/test.sh
|
./script/test_k8s/test.sh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user