]> git.ipfire.org Git - thirdparty/systemd.git/commit
travis: set the `container` env variable explicitly 12617/head
authorFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 19 May 2019 21:26:35 +0000 (23:26 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sun, 19 May 2019 21:37:07 +0000 (23:37 +0200)
commit75acb946cc97f3434714391ccd4fc0674e05ab0f
tree0ace6bda4dc9f56b077aa9365e307cb93c46f1cc
parent98a3c188a1511caae422b2c891f3cc016824eb81
travis: set the `container` env variable explicitly

As we build a custom Docker image, we need to ensure that systemd
correctly detects it's running in a container. One can simply do this
directly in a Dockerfile (ENV container docker) or when starting the
container (-e container=docker). For the sake of readability, let's
pick the latter approach here.
travis-ci/managers/debian.sh