Skip to content

Commit

Permalink
gh sync cc
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivasreddych committed Sep 9, 2023
1 parent 66dcc88 commit 4df4dc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-sync-cc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
ls -al av-adas-solution
echo "Copying modules one after the other"
cp -R modules/analysis/rosbag-image-pipeline av-adas-solution/source/modules/analysis/
cp -R modules/core/metadata-storage av-adas-solution/source/modules/core
ls -al av-adas-solution/source/modules/
cp -R modules/analysis/rosbag-image-pipeline av-adas-solution/modules/analysis/
cp -R modules/core/metadata-storage av-adas-solution/modules/core
ls -al av-adas-solution/modules/
echo "Copyied modules"
cd av-adas-solution/
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 4df4dc7

Please sign in to comment.