From 995feae9c583fb8087bf5d983cac01c7715ece77 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Thu, 11 Jun 2020 10:38:28 +0800 Subject: [PATCH] add yaml file --- authd.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 authd.yaml diff --git a/authd.yaml b/authd.yaml new file mode 100644 index 0000000..da0c34b --- /dev/null +++ b/authd.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://github.com/InfrastructureServices/authd.git +tag_prefix: v +seperator: . -- Gitee