Skip to content

Commit

Permalink
removing sleep from common.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Azfaar Qureshi committed Dec 17, 2020
1 parent 2dfaad3 commit 41e0d9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/buildscripts/packaging/fpm/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ install_pkg() {

echo "Installing $pkg_base ..."
docker cp "$pkg_path" $image_name:/tmp/$pkg_base
sleep 1 # line underneath called before docker cp is complete causing flakiness
if [[ "${pkg_base##*.}" = "deb" ]]; then
$docker_exec dpkg -i /tmp/$pkg_base
else
Expand Down

0 comments on commit 41e0d9b

Please sign in to comment.