Skip to content

Commit

Permalink
Revert changes that are specific to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidion authored May 23, 2024
1 parent a512dbc commit fc24d91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -3009,9 +3009,7 @@ Tasks are comprised of the following elements:
* A single, optional [`input`](#task-inputs) section, which defines the inputs for the task.
* A single, required [`command`](#command-section), which defines the Bash script to be executed.
* A single, optional [`output`](#task-outputs) section, which defines the outputs for the task.
* A single, optional [`requirements`](#✨-requirements-section) section, which defines the minimum, required runtime environment conditions.
* A single, optional [`hints`](#✨-hints-section) section, which provides hints to the execution engine.
* 🗑️ A single, optional [`runtime`](#-runtime-section) section, which defines the runtime environment conditions. This is mutually exclusive with the `requirements` and `hints` sections.
* A single, optional [`runtime`](#-runtime-section) section, which defines the runtime environment conditions.
* A single, optional [`meta`](#metadata-sections) section, which defines task-level metadata.
* A single, optional [`parameter_meta`](#parameter-metadata-section) section, which defines parameter-level metadata.
* Any number of [private declarations](#private-declarations).
Expand Down

0 comments on commit fc24d91

Please sign in to comment.