This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/ofbiz-site.gitThe following commit(s) were added to refs/heads/master by this push:
new b89d182 Got this error: remote: An error occurred while running publish feature in .asf.yaml!: remote: .asf.yaml: Invalid hostname 'ofbiz.apache.org' - you cannot specify *.apache.org hostnames, they must be inferred!
b89d182 is described below
commit b89d182c4c8a4d9d847bd712f61ad556580b371a
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Thu Dec 12 09:59:26 2019 +0100
Got this error:
remote: An error occurred while running publish feature in .asf.yaml!:
remote: .asf.yaml: Invalid hostname 'ofbiz.apache.org' -
you cannot specify *.apache.org hostnames, they must be inferred!
I guess then "whoami: ofbiz-site" is enough
---
.asf.yaml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index ffedf08..d52521b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,5 +1,4 @@
# Publishing profile for ofbiz-site.git:
publish:
- whoami: ofbiz-site
- hostname: ofbiz.apache.org
\ No newline at end of file
+ whoami: ofbiz-site
\ No newline at end of file