Skip to content

Commit 2ac79aa

Browse files
committed
added after scripts as env var
1 parent 12858d8 commit 2ac79aa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ros-humble.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
env:
3232
ROS_DISTRO: humble
3333
ROS_REPO: main
34-
with:
35-
AFTER_SCRIPT: |
36-
cd ~/target_ws && ./devel/bin/lvr2_reconstruct src/lvr2/dat/scan.pts
34+
AFTER_SCRIPT: cd ~/target_ws && ./devel/bin/lvr2_reconstruct src/lvr2/dat/scan.pts
3735

3836
# - name: Execute LVR2 Reconstruct
3937
# run: cd /root/target_ws && ./devel/bin/lvr2_reconstruct src/lvr2/dat/scan.pts

0 commit comments

Comments
 (0)