mirror of
https://github.com/thomasnordquist/MQTT-Explorer.git
synced 2026-09-11 09:03:33 +00:00
13 lines
184 B
Bash
Executable File
13 lines
184 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
|
|
yarn build
|
|
|
|
yarn ui-test
|
|
yarn upload-video-artifacts
|