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:
Olaoluwa Osuntokun 2021-06-21 12:23:34 -07:00
parent f684b92a91
commit 9a4d739815
No known key found for this signature in database
GPG key ID: 3BBD59E99B280306

View file

@ -346,6 +346,7 @@ func (g *LightningTerminal) startSubservers() error {
case <-ctxc.Done():
}
}()
g.lndClient, err = lndclient.NewLndServices(
&lndclient.LndServicesConfig{
LndAddress: host,