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 a7c3644c61
commit 7f02ce2a49

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