Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
d5a4f0ae
Commit
d5a4f0ae
authored
Jan 19, 2026
by
BO ZHANG
🏀
Browse files
Merge branch 'dev' into 'main'
write log while dumping file See merge request
!5
parents
ab82a867
cd89a102
Pipeline
#11909
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
d5a4f0ae
...
...
@@ -312,9 +312,6 @@ class Pipeline:
os
.
path
.
basename
(
remote_file_path
),
)
# copy DFS file to local_file_path
self
.
logger
.
info
(
f
"Dumping file:
{
remote_file_path
}
->
{
local_file_path
}
"
)
self
.
dump_file
(
remote_file_path
,
local_file_path
)
this_ccds_refs
[
"refs"
][
ref_name
]
=
local_file_path
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment