Compare commits

...

1 Commits

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

4
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/')

Loading…
Cancel
Save