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

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