Эх сурвалжийг харах

Skip pgp-happy-eyeballs on build tests

https://github.com/docker-library/official-images/pull/11917#issuecomment-1049236174
Joe Ferguson 3 жил өмнө
parent
commit
02e57c3af3

+ 2 - 0
.github/workflows/test-pr.yml

@@ -46,6 +46,8 @@ jobs:
       - id: generate-jobs
         name: Generate Jobs
         run: |
+          # https://github.com/tianon/pgp-happy-eyeballs/issues/4
+          export BASHBREW_GENERATE_SKIP_PGP_PROXY=1
           git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master ~/bashbrew
           strategy="$(.github/workflows/generate.sh ~/bashbrew)"
           jq . <<<"$strategy" # sanity check / debugging aid