Skip to content

Commit

Permalink
Disable staging repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Feb 4, 2020
1 parent 3fae528 commit 40c39e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,12 @@ test: build
go test ./...

test-integration: build
STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" go test -timeout 30m -v ./e2e -tags=integration
#STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" go test -timeout 30m -v ./e2e -tags=integration
go test -timeout 30m -v ./e2e -tags=integration

test-knative: build
STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" go test -timeout 30m -v ./e2e -tags=knative
#STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" go test -timeout 30m -v ./e2e -tags=knative
go test -timeout 30m -v ./e2e -tags=knative

build-kamel:
go build $(GOFLAGS) -o kamel ./cmd/kamel/*.go
Expand Down

0 comments on commit 40c39e6

Please sign in to comment.