mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(bytebase)[1]
`pkgx get-port` produces intermediate output on stdout.
This commit is contained in:
parent
c48ed4dcf7
commit
afe4048f60
|
@ -50,7 +50,7 @@ test:
|
|||
- run: exit 0
|
||||
if: linux
|
||||
|
||||
- FREE_PORT=$(pkgx get-port)
|
||||
- FREE_PORT=$(pkgx get-port | tail -n1)
|
||||
- bytebase --port $FREE_PORT > out.log 2>&1 &
|
||||
- PID=$!
|
||||
- sleep 35
|
||||
|
|
Loading…
Reference in a new issue