Also propagate the user config to the other jobs

It was not propagated because they each have their own distinct "docker"
section.
This commit is contained in:
Jean-Paul Calderone 2019-04-04 13:16:28 -04:00
parent 08693e79f8
commit 679893d541

View File

@ -132,6 +132,7 @@ jobs:
<<: *DEBIAN
docker:
- image: "tahoelafsci/debian:8"
user: "nobody"
c-locale:
@ -193,12 +194,14 @@ jobs:
<<: *DEBIAN
docker:
- image: "tahoelafsci/ubuntu:16.04"
user: "nobody"
ubuntu-18.04:
<<: *DEBIAN
docker:
- image: "tahoelafsci/ubuntu:18.04"
user: "nobody"
centos-7: &RHEL_DERIV