Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Mar 26, 2024
1 parent 224c786 commit fa0e220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,10 @@ jobs:
- name: Install dependencies and build
shell: bash
run: |
cd src/cda-telematics/telematic_system/telematic_historical_data_processing/rosbag2_processing_service/docker
chmod 777 checkout.sh
./checkout.sh
cp -R src/cda-telematics/telematic_system/telematic_historical_data_processing/rosbag2_processing_service/** /ws
cd src/cda-telematics/telematic_system/telematic_historical_data_processing/rosbag2_processing_service/docker
chmod 777 install.sh
./install.sh
colcon build --packages-up-to rosbag2_processing_service
Expand Down

0 comments on commit fa0e220

Please sign in to comment.