From ae2c44931b91ef80eacab6b8a122c7c0a85c68df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=8E=A0=E1=8E=A1=2E=20=D0=85=CF=B5rg=CF=B5=20=D1=B4ictor?= Date: Sat, 1 Feb 2020 05:55:18 +0000 Subject: [PATCH] Update Semaphore configuration --- .semaphore/semaphore.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 0a7b026a..025ea951 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -14,18 +14,3 @@ blocks: - name: 'Job #1' commands: - echo A - - name: Unit tests - task: - prologue: - commands: - - checkout - jobs: - - name: Unit tests 1/3 - commands: - - echo "run 1/3" - - name: Unit tests 2/3 - commands: - - echo "run 2/3" - - name: Unit tests 3/3 - commands: - - echo "run 3/3"