From 7dedbdb21abefa156caeeeb276031945d49952bc Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 2 Jan 2025 16:37:55 +0800 Subject: [PATCH] fix: ci --- iot_upload.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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/')