This is an automated email from the ASF dual-hosted git repository. jinrongtong pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-test-tool.git
commit 2842d65504aebeecad8a9298059dafa89e48030f Author: wangtong.wt <[email protected]> AuthorDate: Wed Feb 22 16:33:38 2023 +0800 Add a new line at the end of files. --- Dockerfile | 2 +- README.md | 2 +- action.yml | 2 +- test-runner/Dockerfile-test-runner | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f9ff8aa..cacc4a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,4 @@ FROM cloudnativeofalibabacloud/test-runner:v0.0.1 COPY entry.sh /entry.sh # Code file to execute when the docker container starts up (`entry.sh`) -ENTRYPOINT ["/entry.sh"] \ No newline at end of file +ENTRYPOINT ["/entry.sh"] diff --git a/README.md b/README.md index 6808016..097107b 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,4 @@ KubeVela needs to be installed in Kubernetes before use. <!-- end usage --> # License -[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) Copyright (C) Apache Software Foundation \ No newline at end of file +[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) Copyright (C) Apache Software Foundation diff --git a/action.yml b/action.yml index 56df133..461e9ff 100644 --- a/action.yml +++ b/action.yml @@ -91,4 +91,4 @@ runs: - ${{ inputs.test-code-path }} - ${{ inputs.test-cmd }} - ${{ inputs.job-id }} - - ${{ inputs.helm-values }} \ No newline at end of file + - ${{ inputs.helm-values }} diff --git a/test-runner/Dockerfile-test-runner b/test-runner/Dockerfile-test-runner index ef6a48d..81b3cc5 100644 --- a/test-runner/Dockerfile-test-runner +++ b/test-runner/Dockerfile-test-runner @@ -31,4 +31,4 @@ RUN install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl RUN curl -fsSl https://kubevela.net/script/install.sh | bash WORKDIR /root -CMD ["/bin/bash", "-c", "./code_run.sh"] \ No newline at end of file +CMD ["/bin/bash", "-c", "./code_run.sh"]
