From 9e559a08a968996c440c82cd577038aac48cb186 Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Thu, 22 Aug 2024 17:52:59 +0800 Subject: [PATCH] 'build' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4606e8a..e49f05a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,9 +14,9 @@ steps: commands: # - echo "Building Service: ${SERVICE}" - | - if [ "${SERVICE}" = "gateway-service" ]; then + if [ ${SERVICE} = "gateway-service" ]; then echo "Building Gateway Service..." - elif [ "${SERVICE}" = "system-service" ]; then + elif [ ${SERVICE} = "system-service" ]; then echo "Building System Service..." else echo "Building All Services..."