Skip to content

Commit

Permalink
Fix site generation workflows to specify draft-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Amstutz committed May 10, 2016
1 parent cff09a0 commit 31fbb76
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions site/linkchecker.cwl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
class: CommandLineTool
cwlVersion: draft-3
requirements:
- class: ShellCommandRequirement
- class: InlineJavascriptRequirement
Expand Down
2 changes: 1 addition & 1 deletion site/makecontext.cwl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cwlVersion: "cwl:draft-3.dev4"
cwlVersion: "cwl:draft-3"
class: CommandLineTool
inputs:
- id: schema
Expand Down
2 changes: 1 addition & 1 deletion site/makedoc.cwl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cwlVersion: "cwl:draft-3.dev4"
cwlVersion: "cwl:draft-3"
class: CommandLineTool
requirements:
- class: InlineJavascriptRequirement
Expand Down
2 changes: 1 addition & 1 deletion site/makerdfs.cwl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cwlVersion: "cwl:draft-3.dev4"
cwlVersion: "cwl:draft-3"
class: CommandLineTool
inputs:
- id: schema
Expand Down
2 changes: 1 addition & 1 deletion site/makespec.cwl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cwlVersion: "cwl:draft-3.dev4"
cwlVersion: "cwl:draft-3"
class: Workflow

inputs:
Expand Down

0 comments on commit 31fbb76

Please sign in to comment.