fix(CI): 修复验证判断Dockerfile方式
continuous-integration/drone Build is failing Details

develop
Yosheng 2023-08-05 17:44:20 +08:00
parent 9376c4b14e
commit 582d45fbfa
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ steps:
- name: check
image: alpine
commands:
- ls -la
- ls -la Dockerfile --查看当前文件夹是否包含了Dockerfile
- ls -la
- ls -la Dockerfile # 查看当前文件夹是否包含了Dockerfile
- name: publish
image: plugins/docker
settings: