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

adding print, fixing path

parent 3b111fc6
No related branches found
No related tags found
1 merge request!4Merge debugging changes in make_zip back into develop
Pipeline #15308 passed
This commit is part of merge request !4. Comments created here will be created in the context of that merge request.
......@@ -6,7 +6,7 @@ make_32bit_zip:
- python3 prepare_zip_file.py $CI_COMMIT_REF_NAME
artifacts:
paths:
- dtu-10mw-rwt_$CI_COMMIT_REF_NAME.zip
- dtu-10mw-rwt-$CI_COMMIT_REF_NAME.zip
tags:
# - CPAV_old
- python
......
......@@ -12,6 +12,7 @@ from refutils import (base_to_hs2, base_to_step, base_to_turb, delete_dlls,
if __name__ == '__main__':
# get ref name
ci_ref = sys.argv[1]
print(f'Preparing zip file for {ci_ref}...')
# script inputs
mod_dir = '../dtu-10mw-rwt/' # must end with slash
zip_name = f'../dtu-10mw-rwt-{ci_ref}'
......
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