Skip to content

Commit

Permalink
Update checkout.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
MishkaMN authored Nov 6, 2024
1 parent 1ac3ae0 commit 7f0b5ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/checkout.bash
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if [[ "$BRANCH" == "develop" ]]; then
cd /home/carma/
git clone https://github.com/usdot-fhwa-stol/autoware.ai.git --depth 1 --branch carma-"$BRANCH"
cd ${dir}/src
git clone https://github.com/usdot-fhwa-stol/ros1_bridge.git --depth 1 --branch "develop-humble-buildable"
git clone https://github.com/usdot-fhwa-stol/ros1_bridge.git --depth 1 --branch "$BRANCH"
elif [[ "$BRANCH" == "master" ]]; then
cd /home/carma/
git clone https://github.com/usdot-fhwa-stol/autoware.ai.git --depth 1 --branch carma-"$BRANCH"
Expand All @@ -62,5 +62,5 @@ else
cd /home/carma/
git clone https://github.com/usdot-fhwa-stol/autoware.ai.git --depth 1 --branch "$BRANCH"
cd ${dir}/src
git clone https://github.com/usdot-fhwa-stol/ros1_bridge.git --depth 1 --branch "develop-humble-buildable"
fi
git clone https://github.com/usdot-fhwa-stol/ros1_bridge.git --depth 1 --branch "$BRANCH"
fi

0 comments on commit 7f0b5ae

Please sign in to comment.