Skip to content

Commit b22f02e

Browse files
committed
Skip "docker pull" on scratch
1 parent 53b96a6 commit b22f02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/github-actions/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ strategy="$(
166166
end
167167
)
168168
] | join("\n")),
169-
pull: ([ .meta.froms[] | "docker pull " + @sh ] | join("\n")),
169+
pull: ([ .meta.froms[] | select(. != "scratch") | "docker pull " + @sh ] | join("\n")),
170170
# build
171171
# history
172172
# test

0 commit comments

Comments
 (0)