mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-12-26 08:35:17 +00:00
update poor_mans_cicd.sh to use proper flag
This commit is contained in:
parent
c5c36c4491
commit
6985823192
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
start_process() {
|
start_process() {
|
||||||
go run ./... &
|
GOEXPERIMENT=arenas go run ./... &
|
||||||
process_pid=$!
|
process_pid=$!
|
||||||
child_process_pid=$(pgrep -P $process_pid)
|
child_process_pid=$(pgrep -P $process_pid)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user