ci: fix CUE linter
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
4
tests/plan/client/env/default.cue
vendored
4
tests/plan/client/env/default.cue
vendored
@@ -12,8 +12,8 @@ dagger.#Plan & {
|
||||
source: "alpine:3.15.0@sha256:e7d88de73db3d3fd9b2d63aa7f447a10fd0220b7cbf39803c803f2af9ba256b3"
|
||||
}
|
||||
test: core.#Exec & {
|
||||
input: image.output
|
||||
args: ["test", client.env.TEST_DEFAULT, "=", "hello universe"]
|
||||
input: image.output
|
||||
args: ["test", client.env.TEST_DEFAULT, "=", "hello universe"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
4
tests/plan/client/env/usage.cue
vendored
4
tests/plan/client/env/usage.cue
vendored
@@ -7,8 +7,8 @@ import (
|
||||
|
||||
dagger.#Plan & {
|
||||
client: env: {
|
||||
TEST_STRING: string
|
||||
TEST_SECRET: dagger.#Secret
|
||||
TEST_STRING: string
|
||||
TEST_SECRET: dagger.#Secret
|
||||
TEST_DEFAULT: string | *"hello world"
|
||||
}
|
||||
actions: {
|
||||
|
Reference in New Issue
Block a user