Skip to content

Commit

Permalink
Fixed bug in entrypoint_export
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaddis committed Oct 31, 2024
1 parent 596e8a0 commit 9f0c60b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions t1dgrs2_pipeline/v2.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,4 @@ WORKDIR /data
RUN chown -R docker:staff /data

ENTRYPOINT [ "/opt/entrypoint.sh" ]

Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
},
"entry_point": "sftp_results",
"entry_point_inputs": {
"output_dir": "<inputs.output_dir>",
"sftp_server": "<inputs.sftp_server>",
"username": "<inputs.username>",
"password": "<inputs.password>",
Expand Down
3 changes: 3 additions & 0 deletions t1dgrs2_pipeline/v2.0/pipeline_config/t1dgrs2_tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@
},
"sftp_results": {
"inputs": {
"output_dir": {
"type": "dir"
},
"sftp_server": {
"type": "str"
},
Expand Down

0 comments on commit 9f0c60b

Please sign in to comment.