Skip to content

Commit d26fb7f

Browse files
tlangsjonn-smith
authored andcommitted
Fix submitting with dependencies (#82)
1 parent 69ae84c commit d26fb7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cromshell

+1-1
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ function submit()
667667

668668
assertCanCommunicateWithServer $CROMWELL_URL
669669

670-
local response=$(curl --connect-timeout $CURL_CONNECT_TIMEOUT --max-time $CURL_MAX_TIMEOUT -s -F workflowSource=@${wdl} ${2:+ -F workflowInputs=@${json}} ${3:+ -F workflowOptions=@${optionsJson}} ${4:+ -F workflowDependencies=@${depdenciesZip}} ${CROMWELL_URL}/api/workflows/v1)
670+
local response=$(curl --connect-timeout $CURL_CONNECT_TIMEOUT --max-time $CURL_MAX_TIMEOUT -s -F workflowSource=@${wdl} ${2:+ -F workflowInputs=@${json}} ${3:+ -F workflowOptions=@${optionsJson}} ${4:+ -F workflowDependencies=@${dependenciesZip}} ${CROMWELL_URL}/api/workflows/v1)
671671
local r=$?
672672

673673
# Check to make sure that we actually submitted the job correctly

0 commit comments

Comments
 (0)