зеркало из https://github.com/Azure/ARO-RP.git
enable hack/cluster create to be run back-to-back
This commit is contained in:
Родитель
60d6004087
Коммит
992aa5ea1a
|
@ -36,7 +36,7 @@ func run(ctx context.Context, log *logrus.Entry) error {
|
|||
return err
|
||||
}
|
||||
|
||||
c, err := cluster.New(log, env, false)
|
||||
c, err := cluster.New(log, env, os.Getenv("CI") != "")
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче