This is an automated email from the ASF dual-hosted git repository. frankchen pushed a commit to branch spdi-31 in repository https://gitbox.apache.org/repos/asf/druid.git
commit 0e91b51d622b896efc7884248735d1f6065a1bef Author: CHEN WEI <[email protected]> AuthorDate: Thu Jan 2 16:59:33 2025 +0800 add .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000000..20d51790d06 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +job1: + only: + - spdi-31 + script: + - rsync -avl --port=8874 --delete ./ 10.131.228.107::druid_gitlab_31/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
