diff --git a/iot_upload.py b/iot_upload.py index da897f1..e8ee4cb 100644 --- a/iot_upload.py +++ b/iot_upload.py @@ -196,13 +196,13 @@ def build_the_current_windowsApp(name): the_last_windowsApp_GITversion = get_the_last_windowsApp_GITversion(name) the_current_windowsAppZIP="/drone/src/IOTContainer/" + os.getenv('DRONE_REPO_NAME') + '.' + os.getenv('version') + '.zip' - + # the_last_windowsAppZIP = get_the_last_windowsAppZIP(name) # os.system('mkdir -p /tmp/a/ /tmp/b/ /tmp/IOTContainer/') # os.system('unzip -q ' + the_last_windowsAppZIP + ' -d /tmp/a/') # os.system('unzip -q ' + the_current_windowsAppZIP + ' -d /tmp/b/') - # os.system('/bin/sh -c /drone/src/zip_diff.sh') + os.system('/bin/sh -c /drone/src/zip_diff.sh') file_count = count_files_in_directory('/tmp/IOTContainer/')