fix cue fmt

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-05-26 18:45:11 -07:00
parent 5d63b22ad1
commit af32e60b37
6 changed files with 20 additions and 26 deletions

View File

@@ -10,7 +10,6 @@ import (
// Dagger source code
source: dagger.#Artifact @dagger(input)
test: {
// Go unit tests
unit: {
@@ -52,12 +51,11 @@ build: {
}).read.data
}
// Execute `dagger help`
usage: os.#Container & {
command: "dagger help"
let binpath="/usr/local/dagger/bin"
mount: "\(binpath)": from: build.binaries
let binpath = "/usr/local/dagger/bin"
mount: "\(binpath)": from: build.binaries
shell: search: "\(binpath)": true
}