forked from LaconicNetwork/kompose
Merge pull request #761 from cdrage/rename-test-ci
Rename test-ci to test-k8s
This commit is contained in:
commit
b3018b5c26
6
Makefile
6
Makefile
@ -110,6 +110,6 @@ test-image:
|
||||
test-container:
|
||||
docker run -v `pwd`:/opt/tmp/kompose:ro -it $(TEST_IMAGE)
|
||||
|
||||
.PHONE: test-ci
|
||||
test-ci:
|
||||
./script/test_ci/test.sh
|
||||
.PHONE: test-k8s
|
||||
test-k8s:
|
||||
./script/test_k8s/test.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user