Skip to content

Commit

Permalink
Merge pull request #761 from cdrage/rename-test-ci
Browse files Browse the repository at this point in the history
Rename test-ci to test-k8s
  • Loading branch information
cdrage authored Aug 16, 2017
2 parents eb71765 + 89d4353 commit b3018b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.

0 comments on commit b3018b5

Please sign in to comment.