Skip to content

Commit

Permalink
Update Swift 4 docker image to Swift 4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Oct 4, 2017
1 parent 9dc7ab7 commit c552129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ docker_test:

docker_test_4:
if [ -d $(XCTEST_LOCATION) ]; then rm -rf $(XCTEST_LOCATION); fi
docker run -v `pwd`:`pwd` -w `pwd` --name swiftlint --rm norionomura/swift:4020170908a swift test --parallel
docker run -v `pwd`:`pwd` -w `pwd` --name swiftlint --rm norionomura/swift:40 swift test --parallel

docker_htop:
docker run -it --rm --pid=container:swiftlint terencewestphal/htop || reset
Expand Down

0 comments on commit c552129

Please sign in to comment.