From d43bc0a0281fccc96d9d19de658341cbc6686eea Mon Sep 17 00:00:00 2001 From: Christopher Aedo Date: Thu, 10 Mar 2016 15:39:29 -0800 Subject: [PATCH] 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 --- tools/update_assets.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/update_assets.sh b/tools/update_assets.sh index 3f3c3ec..6fb8c5a 100755 --- a/tools/update_assets.sh +++ b/tools/update_assets.sh @@ -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