Skip to content

Commit 75d78c7

Browse files
author
Felix Exner
committed
ignore url errors in start_ursim.sh
Since that script contains the container's vnc url, which is not necessarily available
1 parent 4d2748b commit 75d78c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ jobs:
6666
--exclude-dir=CMakeModules \
6767
--exclude=tcp_socket.cpp \
6868
--exclude-dir=debian \
69-
--exclude=real_time.md
69+
--exclude=real_time.md \
70+
--exclude=scripts/start_ursim.sh
7071
7172
rosdoc_lite_check:
7273
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)