Skip to content

Commit

Permalink
[KOGITO-998] Setup all run-smoke params into Makefile (apache#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
radtriste authored Feb 6, 2020
1 parent a093f9b commit ccb6582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions bddframework/smoke/framework/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import (
)

const (
defaultKogitoExamplesURI = "https://github.com/kiegroup/kogito-examples"

defaultOperatorImageName = "quay.io/kiegroup/kogito-cloud-operator"
defaultOperatorDeployURI = "../../deploy/"
defaultCliPath = "../../build/_output/bin/kogito"
Expand Down
4 changes: 0 additions & 4 deletions bddframework/smoke/framework/kogitoapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ import (
"github.com/kiegroup/kogito-cloud-operator/pkg/client/kubernetes"
)

const (
defaultKogitoExamplesURI = "https://github.com/kiegroup/kogito-examples"
)

// DeployQuarkusExample deploy a Quarkus example
func DeployQuarkusExample(namespace, appName, contextDir string, native, persistence, events bool) error {
GetLogger(namespace).Infof("Deploy quarkus example %s with name %s, native %v and persistence %v", contextDir, appName, native, persistence)
Expand Down

0 comments on commit ccb6582

Please sign in to comment.