Revert "Keep assets_merge.yaml"

This reverts commit d43bc0a028.

No longer needed, issue was resolved with https://review.openstack.org/358909

Change-Id: Ib8b9adcecc36fd582a3d4f393833ac86d4179424
This commit is contained in:
Christopher Aedo 2016-08-31 00:09:00 +00:00
parent d43bc0a028
commit b19cc91624
1 changed files with 1 additions and 0 deletions

View File

@ -14,5 +14,6 @@ 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