Skip to content

Commit 21f9581

Browse files
committed
ci fix chown test_ws
1 parent b708be7 commit 21f9581

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/focal-ros1/scripts/build.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
export HHCM_FOREST_CLONE_DEFAULT_PROTO=https
66

77
# create ws and source it
8-
sudo chown user:user test_ws
8+
sudo chown user:user test_ws test_ws/src
99
mkdir -p test_ws && cd test_ws
1010
forest init
1111

docker/noble-ros2/scripts/build.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export HHCM_FOREST_CLONE_DEFAULT_PROTO=https
88
source env/bin/activate
99

1010
# create ws and source it
11-
sudo chown user:user test_ws
11+
sudo chown user:user test_ws test_ws/src
1212
mkdir -p test_ws && cd test_ws
1313
forest init
1414

0 commit comments

Comments
 (0)