From cf06bd2e74af8c5282d0af222f998147c22a7010 Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Tue, 18 Jan 2022 08:06:24 +0200 Subject: [PATCH] Fixed targets listing --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 67d8b59..cf537f4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: - name: translate commands: - | - for inputFile in $$( ls src/ru/src ) + for inputFile in $$( ls -p src/ru/src | grep -v / ) do python3 main.py --file src/ru/src/$${inputFile} --output src/en/src/$${inputFile} done