Skip to content

Commit

Permalink
remove duplicate benchmark call
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Wong committed Jul 17, 2024
1 parent 4a23ac5 commit 7618d5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vhdbuilder/packer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ for p in ${packages[*]}; do
returnPackageVersions ${p} ${OS} ${OS_VERSION}
PACKAGE_DOWNLOAD_URL=""
returnPackageDownloadURL ${p} ${OS} ${OS_VERSION}
echo "In components.json, processing components.packages \"${name}\" \"${PACKAGE_VERSIONS}\" \"${PACKAGE_DOWNLOAD_URL}\""
echo "In components.json, processing components.packages \"${name}\" \"${PACKAGE_VERSIONS[@]}\" \"${PACKAGE_DOWNLOAD_URL}\""
downloadDir=$(echo ${p} | jq .downloadLocation -r)
#download the package
case $name in
Expand Down Expand Up @@ -560,7 +560,6 @@ if [[ -n ${PRIVATE_PACKAGES_URL} ]]; then
fi

rm -f ./azcopy # cleanup immediately after usage will return in two downloads
capture_benchmark "download_kubernetes_binaries"
echo "install-dependencies step completed successfully"
capture_benchmark "overall_script" true
process_benchmarks

0 comments on commit 7618d5d

Please sign in to comment.