summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTristan Cacqueray <tdecacqu@redhat.com>2018-08-14 05:13:15 +0000
committerTristan Cacqueray <tdecacqu@redhat.com>2018-09-27 02:14:46 +0000
commit1082faae958bffa719ab333c3f5ae9776a8b26d7 (patch)
tree73b58bd8462d6d446f5c8caabb6a5f30695765f4 /tools
parenta74dc74ea1975388dc9f38cafe2cfb68de53811f (diff)
downloadzuul-1082faae958bffa719ab333c3f5ae9776a8b26d7.tar.gz
web: rewrite interface in react
This change rewrites the web interface using React: http://lists.zuul-ci.org/pipermail/zuul-discuss/2018-August/000528.html Depends-On: https://review.openstack.org/591964 Change-Id: Ic6c33102ac3da69ebd0b8e9c6c8b431d51f3cfd4 Co-Authored-By: Monty Taylor <mordred@inaugust.com> Co-Authored-By: James E. Blair <jeblair@redhat.com>
Diffstat (limited to 'tools')
-rwxr-xr-x[-rw-r--r--]tools/pip.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/pip.sh b/tools/pip.sh
index cf2d0f5e5..233f6a1f9 100644..100755
--- a/tools/pip.sh
+++ b/tools/pip.sh
@@ -32,7 +32,9 @@ then
fi
if [[ ! -f zuul/web/static/status.html ]]
then
- yarn install
- npm run build:dev
+ pushd web/
+ yarn install
+ yarn build
+ popd
fi
pip install $*