This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new d98da0f Makefile Release staging: Pass the remote repository name as
argument with origin as default
d98da0f is described below
commit d98da0f0fb8830ac9a7ae696adc24d5587f5d8fb
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Feb 28 18:34:46 2022 +0100
Makefile Release staging: Pass the remote repository name as argument with
origin as default
---
script/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/script/Makefile b/script/Makefile
index 0ce2193..7833ecc 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -41,7 +41,7 @@ CUSTOM_VERSION ?= $(VERSION)
METADATA_IMAGE_NAME := $(CUSTOM_IMAGE)-metadata
BUNDLE_IMAGE_NAME ?= $(CUSTOM_IMAGE)-bundle
-RELEASE_GIT_REMOTE := upstream
+RELEASE_GIT_REMOTE := origin
GIT_COMMIT := $(shell git rev-list -1 HEAD)
LINT_GOGC := 10
LINT_DEADLINE := 10m