Removed a check to verify file type

The file command is not installed by bootstrap-vz by default.

Change-Id: I59d5f04145b7db517c28bfec1d4d758be468b398
This commit is contained in:
Max Illfelder 2014-08-13 16:58:37 -07:00 committed by Jimmy Kaplowitz
parent 89e1a701eb
commit 3ff1bfb7d9

View file

@ -52,7 +52,6 @@ class InstallCloudSDK(Task):
cloudsdk_directory = os.path.join(info.root, 'usr/local/share/google') cloudsdk_directory = os.path.join(info.root, 'usr/local/share/google')
os.makedirs(cloudsdk_directory) os.makedirs(cloudsdk_directory)
log_check_call(['file', cloudsdk_download_dest, cloudsdk_directory])
log_check_call(['tar', 'xaf', cloudsdk_download_dest, '-C', cloudsdk_directory]) log_check_call(['tar', 'xaf', cloudsdk_download_dest, '-C', cloudsdk_directory])
# We need to symlink certain programs from the Cloud SDK bin directory into /usr/local/bin. # We need to symlink certain programs from the Cloud SDK bin directory into /usr/local/bin.