Skip to content

Commit 4b6e0f1

Browse files
author
Vatan Aksoy Tezer
authored
Release builds to humble (#436)
1 parent 5122b21 commit 4b6e0f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,17 @@ jobs:
2121
matrix:
2222
env:
2323
- IMAGE: humble-source
24+
- IMAGE: humble-release
2425

2526
env:
2627
DOCKER_IMAGE: moveit/moveit2:${{ matrix.env.IMAGE }}
2728
UPSTREAM_WORKSPACE: .github/upstream.repos
2829
AFTER_SETUP_UPSTREAM_WORKSPACE: vcs pull $BASEDIR/upstream_ws/src
29-
AFTER_SETUP_UPSTREAM_WORKSPACE_EMBED: set +u && source ~/ws_moveit/install/setup.bash && set - u
3030
TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release
3131
CCACHE_DIR: ${{ github.workspace }}/.ccache
3232
BASEDIR: ${{ github.workspace }}/.work
3333
CACHE_PREFIX: ${{ matrix.env.IMAGE }}
34+
AFTER_INIT: git config --global --add safe.directory "*"
3435

3536
name: ${{ matrix.env.IMAGE }}
3637
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)