Compare commits

...

1 Commits

Author SHA1 Message Date
Your Name 7dedbdb21a fix: ci 1 year ago
  1. 2
      iot_upload.py

2
iot_upload.py

@ -202,7 +202,7 @@ def build_the_current_windowsApp(name):
# os.system('mkdir -p /tmp/a/ /tmp/b/ /tmp/IOTContainer/') # 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_last_windowsAppZIP + ' -d /tmp/a/')
# os.system('unzip -q ' + the_current_windowsAppZIP + ' -d /tmp/b/') # 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/') file_count = count_files_in_directory('/tmp/IOTContainer/')

Loading…
Cancel
Save