feat: change name from analytics-backend-workspace to workspaces
This commit is contained in:
@ -149,9 +149,9 @@ validate_command "$PERSON" "$cmd" "${args[@]}"
|
||||
case "$cmd" in
|
||||
build)
|
||||
case "${args[0]}" in
|
||||
base) podman build --target base -t analytics-backend-base . ;;
|
||||
workspace) podman build --target workspace -t analytics-backend-workspace . ;;
|
||||
all) podman build -t analytics-backend-workspace . ;;
|
||||
base) podman build --target base -t workspaces-base . ;;
|
||||
workspace) podman build --target workspace -t workspaces . ;;
|
||||
all) podman build -t workspaces . ;;
|
||||
*) log ERROR "build: invalid arg '${args[0]}'" ;;
|
||||
esac
|
||||
;;
|
||||
|
Reference in New Issue
Block a user