This commit is contained in:
parent
c2fd26ae6d
commit
9e559a08a9
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user