Kouhei Sutou 2019-02-27 18:44:07 +0900 (Wed, 27 Feb 2019) Revision: 7b4a1fd82062c7ab21dd124ce045123c26920b1a https://github.com/groonga/groonga/commit/7b4a1fd82062c7ab21dd124ce045123c26920b1a Message: travis: add missing "&&" Modified files: travis/Dockerfile.ubuntu-14.04 travis/Dockerfile.ubuntu-16.04 Modified: travis/Dockerfile.ubuntu-14.04 (+1 -1) =================================================================== --- travis/Dockerfile.ubuntu-14.04 2019-02-27 17:53:06 +0900 (f4b5de154) +++ travis/Dockerfile.ubuntu-14.04 2019-02-27 18:44:07 +0900 (6118ae2c3) @@ -38,7 +38,7 @@ RUN \ apt-transport-https \ curl \ lsb-release && \ - curl https://dist.apache.org/repos/dist/dev/arrow/KEYS | apt-key add - \ + curl https://dist.apache.org/repos/dist/dev/arrow/KEYS | apt-key add - && \ echo "deb [arch=amd64] https://dl.bintray.com/apache/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/ $(lsb_release --codename --short) main" > \ /etc/apt/sources.list.d/apache-arrow.list && \ apt update -qq && \ Modified: travis/Dockerfile.ubuntu-16.04 (+1 -1) =================================================================== --- travis/Dockerfile.ubuntu-16.04 2019-02-27 17:53:06 +0900 (d0c921602) +++ travis/Dockerfile.ubuntu-16.04 2019-02-27 18:44:07 +0900 (60a93e9b5) @@ -39,7 +39,7 @@ RUN \ apt-transport-https \ curl \ lsb-release && \ - curl https://dist.apache.org/repos/dist/dev/arrow/KEYS | apt-key add - \ + curl https://dist.apache.org/repos/dist/dev/arrow/KEYS | apt-key add - && \ echo "deb [arch=amd64] https://dl.bintray.com/apache/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/ $(lsb_release --codename --short) main" > \ /etc/apt/sources.list.d/apache-arrow.list && \ apt update -qq && \ -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190227/00730739/attachment-0001.html>