Skip to content

Commit

Permalink
[CI] Use Azure's Ubuntu apt repository mirror in CI (apache#14952)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari authored Mar 31, 2022
1 parent 8b2b988 commit 576e895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pulsar-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
timeout-minutes: 60
needs: ['changed_files_job', 'build-and-license-check']
env:
UBUNTU_MIRROR: mirror://mirrors.ubuntu.com/mirrors.txt
UBUNTU_MIRROR: http://azure.archive.ubuntu.com/ubuntu/
steps:
- name: checkout
if: ${{ needs.changed_files_job.outputs.docs_only != 'true' }}
Expand Down Expand Up @@ -497,7 +497,7 @@ jobs:
timeout-minutes: 60
needs: ['changed_files_job', 'build-and-license-check']
env:
UBUNTU_MIRROR: mirror://mirrors.ubuntu.com/mirrors.txt
UBUNTU_MIRROR: http://azure.archive.ubuntu.com/ubuntu/
steps:
- name: checkout
if: ${{ needs.changed_files_job.outputs.docs_only != 'true' }}
Expand Down

0 comments on commit 576e895

Please sign in to comment.