ci: fix CUE linter

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2022-04-12 16:28:43 -07:00
parent 387e540114
commit 2bb6445e56
6 changed files with 16 additions and 19 deletions

View File

@@ -12,14 +12,14 @@ dagger.#Plan & {
// Run with a custom path to python
customPath: {
// python:3.10-alpine has both python3 and python in the PATH
_image: docker.#Pull & {
source: "python:3.10-alpine"
}
run: python.#Run & {
input: _image.output
command: name: "python"
command: name: "python"
script: contents: #"print("Hello, world!")"#
}
// This needs no output test because it is only testing that the command runs