Skip to content

Commit bea7396

Browse files
authored
Adding server name to submit command output. (#134)
Fixes #133
1 parent 006e8e7 commit bea7396

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cromshell

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,8 @@ function submit()
785785

786786
assertCanCommunicateWithServer ${CROMWELL_URL}
787787

788+
echo "Submitting job to server: ${CROMWELL_URL}"
789+
788790
local response=$(curl -s -F workflowSource=@${wdl} ${2:+ -F workflowInputs=@${json}} ${3:+ -F workflowOptions=@${optionsJson}} ${4:+ -F workflowDependencies=@${dependenciesZip}} ${CROMWELL_URL}/api/workflows/v1)
789791
r=$?
790792

0 commit comments

Comments
 (0)