浏览代码

Skip pgp-happy-eyeballs on build tests

https://github.com/docker-library/official-images/pull/11917#issuecomment-1049236174
Joe Ferguson 3 年之前
父节点
当前提交
02e57c3af3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/test-pr.yml

+ 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