Изменил(а) на '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

Fix one stage
This commit is contained in:
2023-01-16 00:24:23 +03:00
parent 87cbfb1399
commit d769526dca

View File

@@ -28,7 +28,7 @@ steps:
port: 22
command_timeout: 2m
script:
- if [ ! -f /path/to/file ] then mkdir ~/tox_source fi
- if [ ! -f ~/tox_source ]; then mkdir ~/tox_source; fi
- name: copy files
image: appleboy/drone-scp