[SEBA-475] Moving xos-services in the common folder in order to generate
migrations

Change-Id: I0fe353bb67178ae29ebc766dd6e85f024937830f
diff --git a/developer/update_xos_docker.sh b/developer/update_xos_docker.sh
index a0a4488..6fa2146 100755
--- a/developer/update_xos_docker.sh
+++ b/developer/update_xos_docker.sh
@@ -35,8 +35,7 @@
 XOS_VERSION=$(cat "${WORKSPACE}/cord/orchestration/xos/VERSION")
 
 # Update Synchronizer FROM parent versions
-for df in ${WORKSPACE}/cord/orchestration/xos_services/*/Dockerfile.synchronizer \
-          ${WORKSPACE}/cord/orchestration/profiles/*/Dockerfile.synchronizer
+for df in ${WORKSPACE}/cord/orchestration/xos_services/*/Dockerfile.synchronizer
 do
   df_contents=$(cat "$df")