Skip to content

Commit d6341a1

Browse files
radtristeMarianMacik
authored andcommitted
[KOGITO-998] Setup all run-smoke params into Makefile (apache#163)
1 parent cca957f commit d6341a1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

bddframework/smoke/framework/env.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ import (
2222
)
2323

2424
const (
25+
defaultKogitoExamplesURI = "https://github.com/kiegroup/kogito-examples"
26+
2527
defaultOperatorImageName = "quay.io/kiegroup/kogito-cloud-operator"
2628
defaultOperatorDeployURI = "../../deploy/"
2729
defaultCliPath = "../../build/_output/bin/kogito"

bddframework/smoke/framework/kogitoapp.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ import (
2525
"github.com/kiegroup/kogito-cloud-operator/pkg/client/kubernetes"
2626
)
2727

28-
const (
29-
defaultKogitoExamplesURI = "https://github.com/kiegroup/kogito-examples"
30-
)
31-
3228
// DeployQuarkusExample deploy a Quarkus example
3329
func DeployQuarkusExample(namespace, appName, contextDir string, native, persistence, events bool) error {
3430
GetLogger(namespace).Infof("Deploy quarkus example %s with name %s, native %v and persistence %v", contextDir, appName, native, persistence)

0 commit comments

Comments
 (0)