Skip to content

Commit

Permalink
Remove resources from QA too as it deploys in multiple environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-romero committed Apr 23, 2024
1 parent 9f0b7f2 commit 68b6323
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/quickstarter/quickstarter_test.go
Expand Up @@ -149,6 +149,11 @@ func executeProvision(t *testing.T, step TestStep, testdataPath string, tmplData
if err != nil {
t.Fatal(err)
}
err = deleteOpenShiftResources(utils.PROJECT_NAME, step.ComponentID, utils.PROJECT_NAME_TEST)
if err != nil {
t.Fatal(err)
}

branch := config["ODS_GIT_REF"]
if len(step.ProvisionParams.Branch) > 0 {
branch = renderTemplate(t, step.ProvisionParams.Branch, tmplData)
Expand Down

0 comments on commit 68b6323

Please sign in to comment.