github-actions[bot] commented on PR #14436:
URL: https://github.com/apache/doris/pull/14436#issuecomment-1321913857

   #### `sh-checker report`
   
   To get the full details, please check in the 
[job]("https://github.com/apache/doris/actions/runs/3514004760";) output.
   
   <details>
   <summary>shellcheck errors</summary>
   
   ```
   'shellcheck ' found no issues.
   
   ```
   </details>
   
   <details>
   <summary>shfmt errors</summary>
   
   ```
   
   'shfmt ' returned error 1 finding the following formatting issues:
   
   ----------
   --- docker/runtime/be/Dockerfile.orig
   +++ docker/runtime/be/Dockerfile
   @@ -27,11 +27,11 @@
    ADD ./resource/apache-doris-be-x.x.x-bin-x86_64.tar.gz /opt/
    
    # deploy software
   -RUN apt-get update && \
   -    apt-get install -y default-mysql-client && \
   -    apt-get clean && \
   -    mkdir /opt/apache-doris && \
   -    cd /opt && \
   +RUN apt-get update &&
   +    apt-get install -y default-mysql-client &&
   +    apt-get clean &&
   +    mkdir /opt/apache-doris &&
   +    cd /opt &&
        mv apache-doris-be-x.x.x-bin-x86_64 /opt/apache-doris/be
    
    ADD ./resource/run_be.sh /opt/apache-doris/be/bin
   --- docker/runtime/fe/Dockerfile.orig
   +++ docker/runtime/fe/Dockerfile
   @@ -27,11 +27,11 @@
    ADD ./resource/apache-doris-fe-x.x.x-bin.tar.gz /opt/
    
    # deploy software
   -RUN apt-get update && \
   -    apt-get install -y default-mysql-client && \
   -    apt-get clean && \
   -    mkdir /opt/apache-doris && \
   -    cd /opt && \
   +RUN apt-get update &&
   +    apt-get install -y default-mysql-client &&
   +    apt-get clean &&
   +    mkdir /opt/apache-doris &&
   +    cd /opt &&
        mv apache-doris-fe-x.x.x-bin /opt/apache-doris/fe
    
    ADD ./resource/run_fe.sh /opt/apache-doris/fe/bin
   ----------
   
   You can reformat the above files to meet shfmt's requirements by typing:
   
     shfmt  -w filename
   
   
   ```
   </details>
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to