Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dtu-10mw-rwt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HAWC Reference Models
dtu-10mw-rwt
Commits
ac7d86b1
Commit
ac7d86b1
authored
4 years ago
by
Jenni Rinker
Browse files
Options
Downloads
Patches
Plain Diff
make zip always
parent
4172d5c1
No related branches found
No related tags found
1 merge request
!7
Resolve "Take towerclearance dll from direct download from repo"
Pipeline
#15845
passed
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-4
0 additions, 4 deletions
.gitlab-ci.yml
utils/prepare_zip_file.py
+2
-2
2 additions, 2 deletions
utils/prepare_zip_file.py
with
2 additions
and
6 deletions
.gitlab-ci.yml
+
0
−
4
View file @
ac7d86b1
...
...
@@ -10,10 +10,6 @@ make_32bit_zip:
tags
:
# - CPAV_old
-
python
only
:
-
tags
-
release*
-
make_zip
# see deepwind repo for configuring report/zip compilation
...
...
This diff is collapsed.
Click to expand it.
utils/prepare_zip_file.py
+
2
−
2
View file @
ac7d86b1
...
...
@@ -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__
'
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment