Skip to content

Commit

Permalink
chore: remove unused module from deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardas-buc committed Mar 22, 2024
1 parent df02e22 commit cb52d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/xrd-dev-stack/tools/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ deploy_module() {
set -o xtrace

case $1 in
"proxy" | "messagelog-addon" | "metaservice-addon" | "proxy-ui-api" | "signer" | "configuration-client" | "op-monitor-daemon" | "edc")
"proxy" | "messagelog-addon" | "metaservice-addon" | "proxy-ui-api" | "signer" | "configuration-client" | "op-monitor-daemon")
deploy_module "$1" "xrd-dev-stack-ss0-1" "xrd-dev-stack-ss1-1"
;;
"cs-admin-service" | "cs-management-service" | "cs-registration-service")
Expand Down

0 comments on commit cb52d86

Please sign in to comment.