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 5122b21 commit 4b6e0f1Copy full SHA for 4b6e0f1
.github/workflows/ci.yaml
@@ -21,16 +21,17 @@ jobs:
21
matrix:
22
env:
23
- IMAGE: humble-source
24
+ - IMAGE: humble-release
25
26
27
DOCKER_IMAGE: moveit/moveit2:${{ matrix.env.IMAGE }}
28
UPSTREAM_WORKSPACE: .github/upstream.repos
29
AFTER_SETUP_UPSTREAM_WORKSPACE: vcs pull $BASEDIR/upstream_ws/src
- AFTER_SETUP_UPSTREAM_WORKSPACE_EMBED: set +u && source ~/ws_moveit/install/setup.bash && set - u
30
TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release
31
CCACHE_DIR: ${{ github.workspace }}/.ccache
32
BASEDIR: ${{ github.workspace }}/.work
33
CACHE_PREFIX: ${{ matrix.env.IMAGE }}
34
+ AFTER_INIT: git config --global --add safe.directory "*"
35
36
name: ${{ matrix.env.IMAGE }}
37
runs-on: ubuntu-latest
0 commit comments