Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Wall committed Jul 21, 2021
1 parent 01ae321 commit 30abfbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
params:
CSP_API_TOKEN: ((marketplace_api_token))
MARKETPLACE_ENV: staging
SLUG: test-container-product-21
SLUG: test-container-product-31
run:
path: bash
args:
Expand All @@ -262,7 +262,7 @@ jobs:
params:
CSP_API_TOKEN: ((marketplace_api_token))
MARKETPLACE_ENV: staging
SLUG: test-container-product-21
SLUG: test-container-product-31
run:
path: bash
args:
Expand Down
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
. "github.com/vmware-labs/marketplace-cli/v2/lib"
)


var MarketplaceConfig *MarketplaceConfiguration

var rootCmd = &cobra.Command{
Expand Down
4 changes: 2 additions & 2 deletions features/known_products.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ const (
ChartProductVersion = "0.2.4"

ContainerProductSlug = "test-container-product-21"
ContainerProductVersion = "0.2.8"
ContainerProductVersionButOlder = "0.2.7"
ContainerProductVersion = "0.2.7"
ContainerProductVersionButOlder = "0.2.8"
)

0 comments on commit 30abfbf

Please sign in to comment.