File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pipelines:
18
18
script :
19
19
- apk add --update bash coreutils tar
20
20
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci .industrial_ci -b master
21
- - .industrial_ci/bitbucket.sh ROS_DISTRO=foxy DOCKER_IMAGE=moveit/moveit2:foxy-source AFTER_SETUP_UPSTREAM_WORKSPACE_EMBED ="set +u && source ~/ws_moveit/install/setup.bash && set - u"
21
+ - .industrial_ci/bitbucket.sh ROS_DISTRO=foxy DOCKER_IMAGE=moveit/moveit2:foxy-source BEFORE_INSTALL_TARGET_DEPENDENCIES_EMBED ="set +u && source ~/ws_moveit/install/setup.bash && set - u"
22
22
branches :
23
23
" master " :
24
24
- step :
@@ -36,7 +36,7 @@ pipelines:
36
36
script :
37
37
- apk add --update bash coreutils tar
38
38
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci .industrial_ci -b master
39
- - .industrial_ci/bitbucket.sh ROS_DISTRO=foxy
39
+ - .industrial_ci/bitbucket.sh ROS_DISTRO=foxy DOCKER_IMAGE=moveit/moveit2:foxy-source BEFORE_INSTALL_TARGET_DEPENDENCIES_EMBED="set +u && source ~/ws_moveit/install/setup.bash && set - u"
40
40
custom :
41
41
" Build and Test " :
42
42
- step :
@@ -46,7 +46,7 @@ pipelines:
46
46
script :
47
47
- apk add --update bash coreutils tar
48
48
- git clone --quiet --depth 1 https://github.com/ros-industrial/industrial_ci .industrial_ci -b master
49
- - .industrial_ci/bitbucket.sh ROS_DISTRO=foxy
49
+ - .industrial_ci/bitbucket.sh ROS_DISTRO=foxy DOCKER_IMAGE=moveit/moveit2:foxy-source BEFORE_INSTALL_TARGET_DEPENDENCIES_EMBED="set +u && source ~/ws_moveit/install/setup.bash && set - u"
50
50
" Formatting (pre-commit) (Manual Trigger) " :
51
51
- step :
52
52
name : Formatting (pre-commit)
You can’t perform that action at this time.
0 commit comments