13 lines
210 B
Bash
Executable File
13 lines
210 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
git clone https://github.com/thomasnordquist/MQTT-Explorer.git /app
|
|
cd /app
|
|
git checkout travis-ui-tests
|
|
|
|
yarn install --frozen-lockfile
|
|
yarn build
|
|
|
|
yarn ui-test
|
|
yarn upload-video-artifacts
|