duplicate step names

This commit is contained in:
Torma Kristóf 2020-09-24 15:53:19 +02:00
parent 23cb722cd9
commit dd43985224
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047

View File

@ -3,7 +3,7 @@ type: docker
name: default name: default
steps: steps:
- name: check_result - name: run_algo
image: "python:3.8" image: "python:3.8"
commands: commands:
- pip3 install -r requirements.txt - pip3 install -r requirements.txt