We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9cbfb commit aacfd3aCopy full SHA for aacfd3a
setup-dev-env.sh
@@ -127,13 +127,7 @@ else
127
fi
128
129
# Check downloading artifacts
130
-if [ "$option_yes" = "true" ] || [ "$option_download_artifacts" = "true" ]; then
131
- echo -e "\e[36mArtifacts will be downloaded to $option_data_dir\e[m"
132
- ansible_args+=("--extra-vars" "prompt_download_artifacts=y")
133
-fi
134
-
135
-# Check downloading artifacts
136
-if [ "$target_playbook" = "autoware.dev_env.openadk" ]; then
+if [ "$target_playbook" = "autoware.dev_env.openadkit" ]; then
137
if [ "$option_download_artifacts" = "true" ]; then
138
echo -e "\e[36mArtifacts will be downloaded to $option_data_dir\e[m"
139
ansible_args+=("--extra-vars" "prompt_download_artifacts=y")
0 commit comments