This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch release-1.7.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-1.7.x by this push:
new f9bac3c Makefile Release staging: Pass the remote repository name as
argument with origin as default
f9bac3c is described below
commit f9bac3c8eb4e80c5966b5f3aecd7ce189396429e
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 7aa3372..cce52e8 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -40,7 +40,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