diff --git a/.drone.yml b/.drone.yml index 44549c9..67d8b59 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ name: default steps: - name: translate commands: - - > + - | for inputFile in $$( ls src/ru/src ) do python3 main.py --file src/ru/src/$${inputFile} --output src/en/src/$${inputFile}