mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +00:00
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:
parent
08693e79f8
commit
679893d541
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user