chore: 添加项目无关文件的 .gitignore 规则
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
- 忽略 Maven 构建目录 /target - 忽略 IntelliJ IDEA 项目配置文件 /.idea- 忽略未定义日志路径文件 /log.path_IS_UNDEFINED- 忽略临时文件目录 /tmp
This commit is contained in:
parent
be38fc6876
commit
5790d1e1c2
|
|
@ -6,6 +6,5 @@ steps:
|
|||
- name: run-hello-script
|
||||
image: docker.1ms.run/alpine:latest # 必须指定基础镜像(如alpine/bash)
|
||||
commands:
|
||||
- echo "hello world"
|
||||
- echo "hello world"
|
||||
- echo "hello wor123123123ld"
|
||||
- chmod +x ./hello.sh
|
||||
- ./hello.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue