'build'
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
XinWei 2024-08-22 17:52:59 +08:00
parent c2fd26ae6d
commit 9e559a08a9

View File

@ -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..."