Skip to content

Commit aacfd3a

Browse files
committed
prevent artifacts being downloaded into base image everytime
Signed-off-by: Oguz Ozturk <oguzkaganozt@gmail.com>
1 parent 2f9cbfb commit aacfd3a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

setup-dev-env.sh

+1-7
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,7 @@ else
127127
fi
128128

129129
# 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
130+
if [ "$target_playbook" = "autoware.dev_env.openadkit" ]; then
137131
if [ "$option_download_artifacts" = "true" ]; then
138132
echo -e "\e[36mArtifacts will be downloaded to $option_data_dir\e[m"
139133
ansible_args+=("--extra-vars" "prompt_download_artifacts=y")

0 commit comments

Comments
 (0)