Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dockerfiles/cd/utils/release): create required dir for tiup (#351)
### **PR Type** Bug fix ___ ### **Description** - Fixed an issue in the Dockerfile where the required directory for `tiup` was not being created. - Added a command to ensure the `~/.tiup/bin` directory is created during the Docker build process. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Bug fix</strong></td><td><table> <tr> <td> <details> <summary><strong>Dockerfile</strong><dd><code>Create required directory for `tiup` in Dockerfile</code> </dd></summary> <hr> dockerfiles/cd/utils/release/Dockerfile <li>Added a command to create the required directory for <code>tiup</code>.<br> <li> Ensured the directory <code>~/.tiup/bin</code> is created during the Docker build <br>process.<br> </details> </td> <td><a href="https://github.com/PingCAP-QE/artifacts/pull/351/files#diff-5cbd88ab49628ca7ea97ce8761e581d89b92afeb36daa1079fe009b997f83422">+2/-1</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions --------- Signed-off-by: wuhuizuo <wuhuizuo@126.com> Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
- Loading branch information