Skip to content

Commit f1244e1

Browse files
authored
[sonic-utilities] Don't umount target/python-debs/ directory, as it's 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.
1 parent 7eac68e commit f1244e1

File tree

1 file changed

+0
-1
lines changed
  • scripts/common/sonic-utilities-build

1 file changed

+0
-1
lines changed

scripts/common/sonic-utilities-build/build.sh

-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ on_exit()
6464
{
6565
sudo umount docker-sonic-vs/debs
6666
sudo umount docker-sonic-vs/files
67-
sudo umount docker-sonic-vs/python-debs
6867
sudo umount docker-sonic-vs/python-wheels
6968
}
7069
trap on_exit EXIT

0 commit comments

Comments
 (0)