Skip to content

Commit

Permalink
Adding server name to submit command output. (#134)
Browse files Browse the repository at this point in the history
Fixes #133
  • Loading branch information
jonn-smith authored Jul 21, 2020
1 parent 006e8e7 commit bea7396
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cromshell
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,8 @@ function submit()

assertCanCommunicateWithServer ${CROMWELL_URL}

echo "Submitting job to server: ${CROMWELL_URL}"

local response=$(curl -s -F workflowSource=@${wdl} ${2:+ -F workflowInputs=@${json}} ${3:+ -F workflowOptions=@${optionsJson}} ${4:+ -F workflowDependencies=@${dependenciesZip}} ${CROMWELL_URL}/api/workflows/v1)
r=$?

Expand Down

0 comments on commit bea7396

Please sign in to comment.