Skip to content

Commit

Permalink
fix(docker): prevent artifacts being downloaded into base image every…
Browse files Browse the repository at this point in the history
…time (#5069)

prevent artifacts being downloaded into base image everytime

Signed-off-by: Oguz Ozturk <[email protected]>
  • Loading branch information
oguzkaganozt authored Aug 15, 2024
1 parent 18e73a1 commit bb573c8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup-dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,7 @@ else
fi

# Check downloading artifacts
if [ "$option_yes" = "true" ] || [ "$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")
fi

# Check downloading artifacts
if [ "$target_playbook" = "autoware.dev_env.openadk" ]; then
if [ "$target_playbook" = "autoware.dev_env.openadkit" ]; 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")
Expand Down

0 comments on commit bb573c8

Please sign in to comment.