mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
fix ui build timeout in CI
This commit is contained in:
parent
8e6a7039ad
commit
ada74e2166
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue