Skip to content

Commit

Permalink
bug fix6.
Browse files Browse the repository at this point in the history
Signed-off-by: Liu, Wei Zhi <wei.zhi.liu@intel.com>
  • Loading branch information
LewisLiuPub committed Jul 2, 2024
1 parent c228657 commit afa653e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ jobs:
cd ../workspace/ros2_openvino_toolkit_test
docker build --build-arg ROS_PRE_INSTALLED_PKG=galactic-desktop --build-arg VERSION=galactic -t ros2_openvino_docker:01 .
docker run --name temp_ov ros2_openvino_docker:01
docker ps
docker cp temp_ov:/root/catkin_ws/install ~/work/_temp/codeql_databases/cpp
docker rm temp_ov
ls -l ~/work/_temp/codeql_databases/
tree ~/work/_temp/codeql_databases/
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit afa653e

Please sign in to comment.