From dd4398522421f29023d9740814eda002a164a09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 24 Sep 2020 15:53:19 +0200 Subject: [PATCH] duplicate step names --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7b0ba9c..ff527ca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ type: docker name: default steps: - - name: check_result + - name: run_algo image: "python:3.8" commands: - pip3 install -r requirements.txt