Merge pull request #761 from cdrage/rename-test-ci

Rename test-ci to test-k8s
This commit is contained in:
Charlie Drage 2017-08-16 15:58:28 -04:00 committed by GitHub
commit b3018b5c26
3 changed files with 3 additions and 3 deletions

View File

@ -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