Skip "docker pull" on scratch

This commit is contained in:
Tianon Gravi 2020-04-27 17:16:13 -07:00
parent 53b96a62f1
commit b22f02ed1b
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ strategy="$(
end
)
] | join("\n")),
pull: ([ .meta.froms[] | "docker pull " + @sh ] | join("\n")),
pull: ([ .meta.froms[] | select(. != "scratch") | "docker pull " + @sh ] | join("\n")),
# build
# history
# test