Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/3999-re-organize-th…
Browse files Browse the repository at this point in the history
…e-autoware-docker-containers' into 3999-re-organize-the-autoware-docker-containers
  • Loading branch information
oguzkaganozt committed Feb 12, 2024
2 parents ff6c30e + 406074f commit 91b1b94
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 91b1b94

Please sign in to comment.