Universe: docker, yarn: cue fmt

Signed-off-by: Sam Alba <samalba@users.noreply.github.com>
This commit is contained in:
Sam Alba 2022-01-14 15:28:33 -08:00
parent c7ffdf788f
commit ce378d5095
3 changed files with 48 additions and 52 deletions

View File

@ -10,7 +10,6 @@ import (
steps: [#Step, ...#Step]
output: #Image
// Generate build DAG from linerar steps
_dag: {
for idx, step in steps {

View File

@ -10,12 +10,10 @@ import (
)
dagger.#Plan & {
inputs: {
directories: {
inputs: directories: {
testdata: path: "./testdata"
testdata2: path: "./testdata2"
}
}
actions: {
TestReact: {
@ -43,7 +41,7 @@ dagger.#Plan & {
"sh", "-c",
#"""
test "$(cat /build/test)" = "output"
"""#
"""#,
]
}
}

View File

@ -77,7 +77,6 @@ import (
image: docker.#Image & yarnImage.output
script: #"""
# Create $ENVFILE_NAME file if set
[ -n "$ENVFILE_NAME" ] && echo "$ENVFILE" > "$ENVFILE_NAME"