Skip to content

Commit

Permalink
Update setup-dev-env.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
oguzkaganozt and mitsudome-r authored Feb 12, 2024
1 parent 697ba40 commit 406074f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup-dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ if [ "$target_playbook" = "autoware.dev_env.openadk" ]; then
if [ "$option_download_artifacts" = "true" ]; then
echo -e "\e[36mArtifacts will be downloaded to $option_data_dir\e[m"
ansible_args+=("--extra-vars" "prompt_download_artifacts=y")
else
ansible_args+=("--extra-vars" "prompt_download_artifacts=N")
fi
elif [ "$option_yes" = "true" ] || [ "$option_download_artifacts" = "true" ]; then
echo -e "\e[36mArtifacts will be downloaded to $option_data_dir\e[m"
Expand Down

0 comments on commit 406074f

Please sign in to comment.