Skip to content

Commit

Permalink
fix uri, add override uri
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert (Bob) Turner committed Jul 30, 2020
1 parent 2f739bd commit b25a485
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/pipeline_upload_output.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ cd ..
python -m data_pipeline_api.registry.access_upload \
'--model-config' 'test_pipeline/test_config.yaml' \
'--config' $access \
'--remote-uri' 'ssh://boydorr.gla.ac.uk/srv/ftp/scrc/ ' \
'--remote-uri' 'ssh://boydorr.gla.ac.uk/srv/ftp/scrc/' \
'--remote-uri-override' 'ftp://boydorr.gla.ac.uk/scrc/' \
'--submission-script' 'scripts/pipeline_submission.sh' \
'--token' $token \
'--remote-option' 'username' $username \
Expand Down

0 comments on commit b25a485

Please sign in to comment.