Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbb
waw
Commits
c1993558
Commit
c1993558
authored
May 13, 2022
by
khalid
Browse files
force re-copy of data/files
parent
8c6bc474
Changes
1
Hide whitespace changes
Inline
Side-by-side
generate_workflow.py
View file @
c1993558
...
...
@@ -348,7 +348,7 @@ def generate_dockerfile(output_dir, local_config, waw_dir = "./"):
file
=
os
.
path
.
normpath
(
waw_dir
+
"/tools/"
+
tool_name
+
"/data/"
+
data
[
"name"
])
files
+=
"COPY ./files/data/"
+
data
[
"name"
]
+
" /"
+
data
[
"name"
]
+
"
\n
"
# Copy files
shutil
.
copytree
(
file
,
output_dir
+
'/files/data/'
+
data
[
"name"
])
shutil
.
copytree
(
file
,
output_dir
+
'/files/data/'
+
data
[
"name"
]
,
dirs_exist_ok
=
True
)
files
+=
"COPY files /workflow
\n
"
files
+=
"COPY sagApp /sagApp
\n\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment