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