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 1696cd6 commit ba55d76Copy full SHA for ba55d76
.circleci/config.yml
@@ -292,6 +292,14 @@ jobs:
292
- serve_rails_server
293
- build_and_run_auth_server
294
295
+ # Replace both archive and security repositories
296
+ # https://support.circleci.com/hc/en-us/articles/37474192881179-Resolving-Unable-to-connect-to-archive-ubuntu-com-Error-in-CircleCI
297
+ - run:
298
+ name: Change Ubuntu archive mirrors
299
+ command: |
300
+ sed -i 's|http://archive.ubuntu.com|http://mirrors.leaseweb.net|g' /etc/apt/sources.list
301
+ sed -i 's|http://security.ubuntu.com|http://mirrors.leaseweb.net|g' /etc/apt/sources.list
302
+
303
- run:
304
name: Install Playwright dependencies
305
working_directory: tests
0 commit comments