Merge "Revert "Revert "Create zuul/web/static on demand"""

This commit is contained in:
Zuul
2020-07-08 18:23:41 +00:00
committed by Gerrit Code Review
6 changed files with 13 additions and 2 deletions

View File

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