Bug 1167602 - Add a folder for cusom mozharness configs; r=dustin

This also adds a config for turning off sendchange (enabled by default), since that
breaks things when credentials aren't available.
This commit is contained in:
Morgan Phillips 2015-05-22 13:28:41 -04:00
parent 9936997053
commit 4b5d363d25

View File

@ -6,6 +6,8 @@ MAINTAINER Morgan Reece Phillips <winter2718@gmail.com>
ADD bin /home/worker/bin
RUN chmod +x /home/worker/bin/*
# Add custom mozharness configs
ADD configs /home/worker/configs
## COMPILER HACKS