We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3c17e commit 8ecc45cCopy full SHA for 8ecc45c
.yamato/yamato-config.yml
@@ -4,11 +4,11 @@ agent:
4
image: robotics/ci-ubuntu20:latest
5
flavor: i1.medium
6
commands:
7
- - echo "Hello world!"
8
- source /opt/ros/noetic/setup.bash && echo "ROS_DISTRO == $ROS_DISTRO" &&
9
cd .. && mkdir -p catkin_ws/src && cp -r ./ROS-TCP-Endpoint catkin_ws/src &&
10
cd catkin_ws && catkin_make && source devel/setup.bash && python3 -m pytest
11
triggers:
+ cancel_old_ci: true
12
expression: |
13
pull_request.target in ["dev", "main"] AND
14
NOT pull_request.push.changes.all match "**/*.md" AND
0 commit comments