summaryrefslogtreecommitdiff
path: root/tools/pip.sh
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2018-09-29 11:50:22 -0700
committerJames E. Blair <jeblair@redhat.com>2018-09-29 11:51:43 -0700
commit3dba813c643ec8f4b3323c2a09c6aecf8ad4d338 (patch)
tree4931b06e75e56b9d0480f24bb09c13993f6fcaec /tools/pip.sh
parentca199eb9dbb64e25490ee5803e4f18c91f34681d (diff)
downloadzuul-3dba813c643ec8f4b3323c2a09c6aecf8ad4d338.tar.gz
Revert "web: rewrite interface in react"
Revert "Fix publish-openstack-javascript-content" This reverts commit ca199eb9dbb64e25490ee5803e4f18c91f34681d. This reverts commit 1082faae958bffa719ab333c3f5ae9776a8b26d7. This appears to remove the tarball publishing system that we rely on. Change-Id: Id746fb826dfc01b157c5b772adc1d2991ddcd93a
Diffstat (limited to 'tools/pip.sh')
-rw-r--r--[-rwxr-xr-x]tools/pip.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/pip.sh b/tools/pip.sh
index 233f6a1f9..cf2d0f5e5 100755..100644
--- a/tools/pip.sh
+++ b/tools/pip.sh
@@ -32,9 +32,7 @@ then
fi
if [[ ! -f zuul/web/static/status.html ]]
then
- pushd web/
- yarn install
- yarn build
- popd
+ yarn install
+ npm run build:dev
fi
pip install $*