From 4f736f763e2994b6b7a11a51c52ffa04a686e579 Mon Sep 17 00:00:00 2001 From: Lulzette Date: Mon, 1 Nov 2021 04:38:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D1=82,=20=D0=BD=D0=B0=D0=B4=D0=BE?= =?UTF-8?q?=20=D0=B2=D0=BE=D1=82=20=D1=82=D0=B0=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index b2b8e03..c871d61 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,20 +7,10 @@ steps: commands: - docker-compose -p pycms build ---- -kind: pipeline -type: exec -name: test -steps: - name: test commands: - docker-compose -p pycms up --build --abort-on-container-exit ---- -kind: pipeline -type: exec -name: run and push -steps: - name: push commands: - docker-compose -p pycms push