Skip to content
Snippets Groups Projects

Resolve "Migrate industrial_ci to master branch"

Merged Iñigo Moreno i Caireta requested to merge 28-migrate-industrial_ci-to-master-branch into master
All threads resolved!
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -3,5 +3,7 @@ set -e
# setup application environment
# shellcheck disable=SC1091
source "/root/*_ws/install/setup.bash"
source "/root/target_ws/install/setup.bash"
# shellcheck disable=SC1091
+5
source "/root/upstream_ws/install/setup.bash"
exec "$@"
Loading