This is an automated email from the ASF dual-hosted git repository. aaronai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push: new 78b24b4 Delete useless file 78b24b4 is described below commit 78b24b41b44a5e2efa29b81e467f02e0f35437b5 Author: Aaron Ai <yangkun....@gmail.com> AuthorDate: Sat Jun 18 07:43:32 2022 +0800 Delete useless file --- .gitlab-ci.yml | 10 ---------- .gitmodules | 3 --- 2 files changed, 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 615bae9..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,10 +0,0 @@ -stages: - - maven_build - -#before_script: -# - ./ci/run_rocketmq_docker.sh 'mvn clean' - -job1: - stage: maven_build - script: - - mvn clean package \ No newline at end of file diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 95cf767..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "rocketmq-proto/src/main/resources/proto"] - path = rocketmq-proto/src/main/resources/proto - url = https://github.com/apache/rocketmq-apis.git