Skip to content

Commit

Permalink
run create_repo in non-interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed Jul 26, 2023
1 parent 03d7b6e commit d09ae21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci_scripts/script.bash
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source ~/colcon_ws/install/setup.bash

# TEST create repo
cd ~/colcon_ws/src
ros2 run flexbe_widget create_repo test
ros2 run flexbe_widget create_repo test --non-interactive

# TEST run ros tests
cd ~/colcon_ws
Expand Down
2 changes: 1 addition & 1 deletion ci_scripts/test_create_repo.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
source /opt/ros/$ROS_DISTRO/setup.bash
source ~/colcon_ws/install/setup.bash
cd ~/colcon_ws/src
ros2 run flexbe_widget create_repo test
ros2 run flexbe_widget create_repo test --non-interactive
cd ~/colcon_ws
colcon build
source ~/colcon_ws/install/setup.bash

0 comments on commit d09ae21

Please sign in to comment.