Skip to content

Commit

Permalink
Merge pull request #860 from common-workflow-language/doubled_hint
Browse files Browse the repository at this point in the history
remove doubled "hints"
  • Loading branch information
mr-c committed Jun 3, 2019
2 parents 1f501e3 + 3b18777 commit e67f19d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion v1.0/v1.0/envvar3.cwl
Expand Up @@ -6,6 +6,9 @@ outputs:
results:
type: File
outputBinding: { glob: results }
# log:
# type: File
# outputBinding: { glob: log }
requirements:
ShellCommandRequirement: {}
hints:
Expand All @@ -16,7 +19,7 @@ hints:
arguments:
- shellQuote: false
valueFrom: |
echo HOME=$HOME TMPDIR=$TMPDIR > log
echo HOME=$HOME TMPDIR=$TMPDIR # > log
if [ "$HOME" = "$(runtime.outdir)" ] && [ "$TMPDIR" = "$(runtime.tmpdir)" ]
then
echo success > results
Expand Down
3 changes: 0 additions & 3 deletions v1.0/v1.0/imported-hint.cwl
@@ -1,9 +1,6 @@
#!/usr/bin/env cwl-runner
cwlVersion: v1.0
class: CommandLineTool
hints:
ResourceRequirement:
ramMin: 8
inputs: []
outputs:
out: stdout
Expand Down

0 comments on commit e67f19d

Please sign in to comment.