ci: remove dns for container running proxy steps (experimental)
This commit is contained in:
parent
a89fbc80a2
commit
c901aeec28
2 changed files with 0 additions and 2 deletions
1
.github/workflows/__test-proxy.yml
generated
vendored
1
.github/workflows/__test-proxy.yml
generated
vendored
|
|
@ -71,7 +71,6 @@ jobs:
|
||||||
CODEQL_ACTION_TEST_MODE: true
|
CODEQL_ACTION_TEST_MODE: true
|
||||||
container:
|
container:
|
||||||
image: ubuntu:22.04
|
image: ubuntu:22.04
|
||||||
options: --dns 8.8.8.8
|
|
||||||
services:
|
services:
|
||||||
squid-proxy:
|
squid-proxy:
|
||||||
image: ubuntu/squid:latest
|
image: ubuntu/squid:latest
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@ versions: ["linked", "nightly-latest"]
|
||||||
operatingSystems: ["ubuntu"]
|
operatingSystems: ["ubuntu"]
|
||||||
container:
|
container:
|
||||||
image: ubuntu:22.04
|
image: ubuntu:22.04
|
||||||
options: --dns 8.8.8.8
|
|
||||||
container-init-steps:
|
container-init-steps:
|
||||||
name: Set up GitHub CLI
|
name: Set up GitHub CLI
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue