From 183d6d3a25350e4dba7a306444d51da10e50a7cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?I=C3=B1igo=20Moreno?= <inigo.moreno@tecnalia.com>
Date: Wed, 1 Sep 2021 12:44:54 +0200
Subject: [PATCH] Remove unneccesary source of upstream_ws

---
 deploy/base/ros_entrypoint.bash | 2 --
 1 file changed, 2 deletions(-)

diff --git a/deploy/base/ros_entrypoint.bash b/deploy/base/ros_entrypoint.bash
index ea158a5..a203d40 100755
--- a/deploy/base/ros_entrypoint.bash
+++ b/deploy/base/ros_entrypoint.bash
@@ -4,6 +4,4 @@ set -e
 # setup application environment
 # shellcheck disable=SC1091
 source "/root/target_ws/install/setup.bash"
-# shellcheck disable=SC1091
-source "/root/upstream_ws/install/setup.bash"
 exec "$@"
-- 
GitLab