chore: build docker test image

This commit is contained in:
Thomas Nordquist
2024-05-10 21:15:04 +02:00
parent a96b08eaaa
commit 7fa997087f
5 changed files with 73 additions and 11 deletions

View File

@@ -1,10 +1,6 @@
#!/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