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

fixing bug in artifact path

parent d6292c56
No related branches found
No related tags found
1 merge request!4Merge debugging changes in make_zip back into develop
Pipeline #15307 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: ...@@ -6,7 +6,7 @@ make_32bit_zip:
- python3 prepare_zip_file.py $CI_COMMIT_REF_NAME - python3 prepare_zip_file.py $CI_COMMIT_REF_NAME
artifacts: artifacts:
paths: paths:
- dtu-10mw-rwt.zip - dtu-10mw-rwt_$CI_COMMIT_REF_NAME.zip
tags: tags:
# - CPAV_old # - CPAV_old
- python - python
...@@ -15,6 +15,8 @@ make_32bit_zip: ...@@ -15,6 +15,8 @@ make_32bit_zip:
- release* - release*
- make_zip - make_zip
# see deepwind repo for configuring report/zip compilation
# (later) make the report # (later) make the report
# - git clone git@gitlab.windenergy.dtu.dk:HAWC2/hawc2-binary/hawc2-win32.git # - git clone git@gitlab.windenergy.dtu.dk:HAWC2/hawc2-binary/hawc2-win32.git
# - hawc2-win32/HAWC2MB.exe htc\DTU_10MW_RWT.htc # - hawc2-win32/HAWC2MB.exe htc\DTU_10MW_RWT.htc
......
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