From c9b180fce608ee33bfb11796a0281ba664313331 Mon Sep 17 00:00:00 2001 From: lubien Date: Mon, 9 Dec 2024 11:19:24 -0300 Subject: [PATCH] this is actually useless --- test/testlib/deployer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/testlib/deployer.go b/test/testlib/deployer.go index ca34434312..04637e85fa 100644 --- a/test/testlib/deployer.go +++ b/test/testlib/deployer.go @@ -205,7 +205,6 @@ func (d *DeployTestRun) Start(ctx context.Context) error { env := []string{ fmt.Sprintf("FLY_API_TOKEN=%s", d.apiToken), fmt.Sprintf("DEPLOY_ORG_SLUG=%s", d.orgSlug), - fmt.Sprintf("DEPLOY_TRIGGER=%s", "launch"), } if d.appName != "" {