Изменил(а) на '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

small fix
This commit is contained in:
2023-01-16 00:26:43 +03:00
parent d769526dca
commit fc40d0b6a5

View File

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