Keep assets_merge.yaml

This commit removes the line that deleted assets_merge.yaml.  This
file is left in place so someone from the infra team can SSH to the
box and validate whether or not the fields are being populated
correctly on the production server.

This will not resolve the linked bug, but will be a big aid in
tracking down the cause.

Change-Id: I9c9f3f80b5e702e6c259787df741a5f963286688
Partial-Bug: 1553572
This commit is contained in:
Christopher Aedo 2016-03-10 15:39:29 -08:00
parent d100e372fb
commit d43bc0a028

View File

@ -14,6 +14,5 @@ then
zopfli --i150 -c /tmp/assets.$$ > /tmp/assets.$$.gz || gzip -c /tmp/assets.$$ > /tmp/assets.$$.gz
mv /tmp/assets.$$.gz api/v1/assets.gz
mv /tmp/assets.$$ api/v1/assets
rm -f static/assets_merge.yaml
fi
popd > /dev/null