Sutou Kouhei 2019-09-09 10:28:44 +0900 (Mon, 09 Sep 2019) Revision: 6287f8a02f2dc182297fc87023c9040b9f12f9a3 https://github.com/milter-manager/milter-manager/commit/6287f8a02f2dc182297fc87023c9040b9f12f9a3 Message: Add missing "-" Modified files: .travis.yml docker-compose.yml Renamed files: dockerfiles/Dockerfile-centos-7 (from dockerfiles/Dockerfile-centos7) Modified: .travis.yml (+1 -1) =================================================================== --- .travis.yml 2019-09-09 10:28:15 +0900 (d21eb9f8) +++ .travis.yml 2019-09-09 10:28:44 +0900 (b90a7321) @@ -34,7 +34,7 @@ matrix: TARGET_DISTRIBUTION: debian-sid - name: CentOS 7 env: - TARGET_DISTRIBUTION: centos7 + TARGET_DISTRIBUTION: centos-7 before_script: - docker-compose build ${TARGET_DISTRIBUTION} Modified: docker-compose.yml (+2 -2) =================================================================== --- docker-compose.yml 2019-09-09 10:28:15 +0900 (8ff2a974) +++ docker-compose.yml 2019-09-09 10:28:44 +0900 (3e01b04f) @@ -48,10 +48,10 @@ services: TZ: Asia/Tokyo command: tail -f /dev/null - centos7: + centos-7: build: context: . - dockerfile: dockerfiles/Dockerfile-centos7 + dockerfile: dockerfiles/Dockerfile-centos-7 environment: TZ: Asia/Tokyo command: tail -f /dev/null Renamed: dockerfiles/Dockerfile-centos-7 (+0 -0) 100% =================================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/milter-manager-commit/attachments/20190909/4cd86370/attachment.html>