Skip to content

Commit

Permalink
fix: removing unused vars and modules
Browse files Browse the repository at this point in the history
  • Loading branch information
theflockers committed Mar 19, 2024
1 parent d3431bc commit 5fbb456
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/release/pipelines/rh_push_to_external_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import (
"encoding/json"
"fmt"
"os"
"regexp"
"time"

"github.com/devfile/library/v2/pkg/util"
Expand Down Expand Up @@ -37,7 +36,6 @@ var _ = framework.ReleasePipelinesSuiteDescribe("[HACBS-1571]test-release-e2e-pu
AfterEach(framework.ReportFailure(&fw))
var err error
var devNamespace, managedNamespace, compName, additionalCompName string
var avgControllerQueryTimeout = 5 * time.Minute

var imageIDs []string
var pyxisKeyDecoded, pyxisCertDecoded []byte
Expand Down

0 comments on commit 5fbb456

Please sign in to comment.