Skip to content

Commit

Permalink
fix CI path
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN committed Sep 9, 2024
1 parent 952eb13 commit c0ac301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Pull Deps
command: |
source ${INIT_ENV}
./src/CARMASscInterfaceWrapper/docker/checkout.bash -r ${PWD} -ros1 workspace_ros1 -ros2 workspace_ros2
./src/CARMASscInterfaceWrapper/docker/checkout.bash -r ${PWD} -ros1 ${PWD}/workspace_ros1 -ros2 ${PWD}/workspace_ros2
- run:
name: Build Driver
command: |
Expand Down

0 comments on commit c0ac301

Please sign in to comment.