Skip to content

Commit

Permalink
[sonic-utilities] Don't umount target/python-debs/ directory, as it's…
Browse files Browse the repository at this point in the history
… no longer mounted (sonic-net#168)

In PR sonic-net#167, we no longer mount the target/python-debs/ directory as it doesn't get archived now that it's empty. We also shouldn't try to unmount the directory.
  • Loading branch information
jleveque authored Sep 22, 2020
1 parent 7eac68e commit f1244e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/common/sonic-utilities-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ on_exit()
{
sudo umount docker-sonic-vs/debs
sudo umount docker-sonic-vs/files
sudo umount docker-sonic-vs/python-debs
sudo umount docker-sonic-vs/python-wheels
}
trap on_exit EXIT
Expand Down

0 comments on commit f1244e1

Please sign in to comment.