Skip to content

Commit 13d2bb5

Browse files
author
Vatan Aksoy Tezer
committed
Slight improvement on CI time
1 parent 24698d8 commit 13d2bb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bitbucket-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pipelines:
1818
script:
1919
- apk add --update bash coreutils tar
2020
- 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"
2222
branches:
2323
"master":
2424
- step:
@@ -36,7 +36,7 @@ pipelines:
3636
script:
3737
- apk add --update bash coreutils tar
3838
- 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"
4040
custom:
4141
"Build and Test":
4242
- step:
@@ -46,7 +46,7 @@ pipelines:
4646
script:
4747
- apk add --update bash coreutils tar
4848
- 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"
5050
"Formatting (pre-commit) (Manual Trigger)":
5151
- step:
5252
name: Formatting (pre-commit)

0 commit comments

Comments
 (0)