We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cc436 commit 92ab34bCopy full SHA for 92ab34b
scripts/github-actions/generate.sh
@@ -172,19 +172,7 @@ strategy="$(
172
else
173
"busybox:latest"
174
end
175
- ) + "; echo RUN :; } | docker build --no-cache --tag image-list-marker -",
176
- (
177
- if (env.BASHBREW_GENERATE_SKIP_PGP_PROXY) or (.os | startswith("windows-")) then
178
- empty
179
- else
180
181
- "# PGP Happy Eyeballs",
182
- "git clone --depth 1 https://github.com/tianon/pgp-happy-eyeballs.git ~/phe",
183
- "~/phe/hack-my-builds.sh",
184
- "rm -rf ~/phe"
185
- )
186
- end
187
+ ) + "; echo RUN :; } | docker build --no-cache --tag image-list-marker -"
188
] | join("\n")),
189
pull: ([ .meta.froms[] | select(. != "scratch") | "docker pull " + @sh ] | join("\n")),
190
# build
0 commit comments