[milter-manager-commit] milter-manager/milter-manager at ef07981 [master] travis: use / for working directory of rsyslogd

Back to archive index
Kouhei Sutou null+****@clear*****
Mon May 13 13:40:11 JST 2019


Kouhei Sutou	2019-05-13 13:40:11 +0900 (Mon, 13 May 2019)

  Revision: ef079810e6005bfa3693d3d944a16ae04f1bb8a8
  https://github.com/milter-manager/milter-manager/commit/ef079810e6005bfa3693d3d944a16ae04f1bb8a8

  Message:
    travis: use / for working directory of rsyslogd

  Modified files:
    .travis.yml

  Modified: .travis.yml (+1 -1)
===================================================================
--- .travis.yml    2019-05-13 13:22:40 +0900 (f3d184bc)
+++ .travis.yml    2019-05-13 13:40:11 +0900 (2aed07ee)
@@ -26,7 +26,7 @@ before_script:
   - docker-compose build ${TARGET_DISTRIBUTION}
   - docker-compose ps
   - docker-compose up -d ${TARGET_DISTRIBUTION}
-  - docker-compose exec --user root ${TARGET_DISTRIBUTION} rsyslogd -f /etc/rsyslog.conf
+  - docker-compose exec --user root --workdir / ${TARGET_DISTRIBUTION} rsyslogd -f /etc/rsyslog.conf
   - docker-compose exec ${TARGET_DISTRIBUTION} ./autogen.sh
   - docker-compose exec ${TARGET_DISTRIBUTION} ./configure --enable-coverage --with-default-connection-spec="inet:10025@[127.0.0.1]" ${EXTRA_CONFIGURE_OPTIONS}
   - docker-compose exec ${TARGET_DISTRIBUTION} make
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/milter-manager-commit/attachments/20190513/c82d3915/attachment.html>


More information about the milter-manager-commit mailing list
Back to archive index