Revert "Create zuul/web/static on demand"

This reverts commit 64e2bc8ba8.

This appears to have broken js content tarball generation:
 http://zuul.openstack.org/build/f26dc90f339a4359a5cf93a3b0edb96f

Change-Id: I3d4928aeba8449702ba7484cb6b679433b10cbeb
This commit is contained in:
James E. Blair 2019-06-04 09:56:57 -07:00
parent bbff35751b
commit eb7b18b38e
3 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ then
fi
if [[ ! -f zuul/web/static/status.html ]]
then
mkdir -p zuul/web/static
pushd web/
yarn install
yarn build

View File

@ -29,7 +29,6 @@ def _build_javascript():
if r:
raise RuntimeError("Yarn install failed")
if not os.path.exists('zuul/web/static/index.html'):
os.makedirs('zuul/web/static', exist_ok=True)
r = subprocess.Popen(['yarn', 'build'], cwd="web/").wait()
if r:
raise RuntimeError("Yarn build failed")

0
zuul/web/static/.keep Normal file
View File