Skip to content
Snippets Groups Projects
Commit ac7d86b1 authored by Jenni Rinker's avatar Jenni Rinker
Browse files

make zip always

parent 4172d5c1
No related branches found
No related tags found
1 merge request!7Resolve "Take towerclearance dll from direct download from repo"
Pipeline #15845 passed
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
......@@ -10,10 +10,6 @@ make_32bit_zip:
tags:
# - CPAV_old
- python
only:
- tags
- release*
- make_zip
# see deepwind repo for configuring report/zip compilation
......
......@@ -4,8 +4,8 @@
import os
import shutil
import sys
from refutils import base_to_hs2, base_to_step, base_to_turb
from refutils.dll_utils import get_towerclearance_mblade, clone_dll_repo
from refutils.htc_conversion import base_to_hs2, base_to_step, base_to_turb
from refutils.dll_utils import get_towerclearance_mblade, clone_dll_repo, delete_dlls
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment