This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 653228c8aa5d770527a9d7d88f115fdd02dae965
Author: lburgazzoli <[email protected]>
AuthorDate: Mon Feb 3 17:47:16 2020 +0100

    Disable staging repo
---
 script/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/script/Makefile b/script/Makefile
index e7c31ee..abdf15d 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -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

Reply via email to