Skip to content

Commit f7f9d3f

Browse files
committed
Remove gh setup from global proxy test
1 parent eb5bd2d commit f7f9d3f

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

.github/workflows/__global-proxy.yml

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/global-proxy.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,6 @@ description: "Tests using a proxy specified by the https_proxy environment varia
33
versions: ["linked", "nightly-latest"]
44
container:
55
image: ubuntu:22.04
6-
container-init-steps:
7-
# These steps are required to initialise the `gh` cli in a container that doesn't
8-
# come pre-installed with it. The reason for that is that this is later
9-
# needed by the `prepare-test` workflow to find the latest release of CodeQL.
10-
name: Set up GitHub CLI
11-
run: |
12-
apt update
13-
apt install -y curl libreadline8 gnupg2 software-properties-common zstd
14-
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
15-
apt-key add /usr/share/keyrings/githubcli-archive-keyring.gpg
16-
apt-add-repository https://cli.github.com/packages
17-
apt install -y gh
18-
env: {}
196
services:
207
squid-proxy:
218
image: ubuntu/squid:latest

0 commit comments

Comments
 (0)