Skip to content

Commit

Permalink
fix setup linting
Browse files Browse the repository at this point in the history
Signed-off-by: nabil salah <[email protected]>
  • Loading branch information
Nabil-Salah committed Oct 21, 2024
1 parent fb58033 commit f86eee9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grid-client/integration_tests/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ import (
"github.com/threefoldtech/zos/pkg/gridtypes"
"golang.org/x/crypto/ssh"
)

const (
ubuntuFlist = "https://hub.grid.tf/tf-official-apps/threefoldtech-ubuntu-22.04.flist"
)

func setup() (deployer.TFPluginClient, error) {
mnemonics := os.Getenv("MNEMONICS")
log.Printf("mnemonics: %s", mnemonics)
Expand Down

0 comments on commit f86eee9

Please sign in to comment.