This commit is contained in:
parent
c2fd26ae6d
commit
9e559a08a9
@ -14,9 +14,9 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
# - echo "Building Service: ${SERVICE}"
|
# - echo "Building Service: ${SERVICE}"
|
||||||
- |
|
- |
|
||||||
if [ "${SERVICE}" = "gateway-service" ]; then
|
if [ ${SERVICE} = "gateway-service" ]; then
|
||||||
echo "Building Gateway Service..."
|
echo "Building Gateway Service..."
|
||||||
elif [ "${SERVICE}" = "system-service" ]; then
|
elif [ ${SERVICE} = "system-service" ]; then
|
||||||
echo "Building System Service..."
|
echo "Building System Service..."
|
||||||
else
|
else
|
||||||
echo "Building All Services..."
|
echo "Building All Services..."
|
||||||
|
Loading…
Reference in New Issue
Block a user