mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
litd: trigger container build for new version
We need a new commit that has a tag attached to it directly in order to trigger the container build for the new major version.
This commit is contained in:
parent
f684b92a91
commit
9a4d739815
1 changed files with 1 additions and 0 deletions
|
|
@ -346,6 +346,7 @@ func (g *LightningTerminal) startSubservers() error {
|
|||
case <-ctxc.Done():
|
||||
}
|
||||
}()
|
||||
|
||||
g.lndClient, err = lndclient.NewLndServices(
|
||||
&lndclient.LndServicesConfig{
|
||||
LndAddress: host,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue