Skip to content

Commit

Permalink
update config files to candidate images
Browse files Browse the repository at this point in the history
  • Loading branch information
grayson-wood authored Mar 7, 2024
1 parent e88ea80 commit 882db7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM usdotfhwastoldev/carma-base:develop AS base_image
FROM usdotfhwastolcandidate/carma-base:grayson_test AS base_image

FROM base_image AS build

Expand Down
6 changes: 3 additions & 3 deletions docker/checkout.bash
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ if [[ "$BRANCH" = "develop" ]]; then
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-utils.git --branch $BRANCH
git clone --depth=1 https://github.com/usdot-fhwa-stol/autoware.auto.git --branch $BRANCH
else
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-msgs.git --branch develop
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-utils.git --branch develop
git clone --depth=1 https://github.com/usdot-fhwa-stol/autoware.auto.git --branch develop
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-msgs.git --branch release/grayson_test
git clone --depth=1 https://github.com/usdot-fhwa-stol/carma-utils.git --branch release/grayson_test
git clone --depth=1 https://github.com/usdot-fhwa-stol/autoware.auto.git --branch release/grayson_test
fi

# Required to build pacmod_msgs
Expand Down

0 comments on commit 882db7b

Please sign in to comment.