summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-07-08 18:23:41 +0000
committerGerrit Code Review <review@openstack.org>2020-07-08 18:23:41 +0000
commit141347e0820cc1340dddbf6168fb183c83e313ba (patch)
tree262bc016909d1be89b3e812672b83d22df2a8916 /tools
parent58cac8d3558dcc6ea571063d14ef9b6b0b53e4e1 (diff)
parentb6f3167b9c4d219daddf6a86ab4df9a8eed4bec8 (diff)
downloadzuul-141347e0820cc1340dddbf6168fb183c83e313ba.tar.gz
Merge "Revert "Revert "Create zuul/web/static on demand"""
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pip.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/pip.sh b/tools/pip.sh
index dde6a19b3..de9724f4e 100755
--- a/tools/pip.sh
+++ b/tools/pip.sh
@@ -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