From dc67ad4de53b047a517e38f824e24c5f80a43106 Mon Sep 17 00:00:00 2001 From: okk <153692773@qq.com> Date: Tue, 31 Jan 2023 16:09:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 473f50e..3793962 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,10 +2,10 @@ kind: pipeline type: docker name: default steps: - - name: ping - image: redis - commands: - - redis-cli -h cache ping + - name: ping + image: redis + commands: + - redis-cli -h cache ping services: - - name: cache - image: redis \ No newline at end of file + - name: cache + image: redis \ No newline at end of file