Skip to content

cueflow is executing tasks in definitions #1469

@aluzzardi

Description

@aluzzardi

For some reason, we are executing tasks that are in definitions. This used to not be the case. Could it be related to FindHidden?

#TestStep: {
    input: docker.#Image
    output: docker.#Image

    run: docker.#Run & {
        "input": input
        cmd: name: "ls"
    }

    output: run.output
}
$ dagger up
4:32PM ERR #TestStep.run._exec | failed: invalid FS at path "#TestStep.run._exec.input": FS is not set    duration=0s

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions