fix ui build timeout in CI

This commit is contained in:
checktheroads 2020-06-21 17:55:09 -07:00
parent 8e6a7039ad
commit ada74e2166
2 changed files with 2 additions and 2 deletions

View file

@ -21,4 +21,6 @@ jobs:
- redis
before_install:
- docker build -t hyperglass/ubuntu -f .tests/app/ubuntu/Dockerfile .
env:
- HYPERGLASS_UI_BUILD_TIMEOUT=180
script: docker run hyperglass/ubuntu /tmp/setup.sh

View file

@ -27,8 +27,6 @@ NEEDS_NODE="1"
NEEDS_YARN="1"
NEEDS_REDIS="1"
export HYPERGLASS_UI_BUILD_TIMEOUT="180"
has_cmd () {
which $1 > /dev/null