From b4bc093ecac017be06bb273671f3bc5dd0420f61 Mon Sep 17 00:00:00 2001 From: "Fotis Koutoulakis (@NlightNFotis)" Date: Thu, 5 Dec 2024 15:56:48 +0000 Subject: [PATCH] ci: remove patch file and cleanup justfile --- pr-checks/justfile | 3 +-- pr-checks/test-proxy.patch | 18 ------------------ 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 pr-checks/test-proxy.patch diff --git a/pr-checks/justfile b/pr-checks/justfile index 201d24959..00432c0ff 100644 --- a/pr-checks/justfile +++ b/pr-checks/justfile @@ -1,7 +1,6 @@ # Perform all necessary steps to update the PR checks update-pr-checks: python3 -m venv env - env/bin/activate + source env/bin/activate pip3 install ruamel.yaml python3 sync.py - git apply pr-checks.patch diff --git a/pr-checks/test-proxy.patch b/pr-checks/test-proxy.patch deleted file mode 100644 index ae8a87d66..000000000 --- a/pr-checks/test-proxy.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/.github/workflows/__test-proxy.yml b/.github/workflows/__test-proxy.yml -index b6831b7a0..3be758b02 100644 ---- a/.github/workflows/__test-proxy.yml -+++ b/.github/workflows/__test-proxy.yml -@@ -45,6 +45,13 @@ jobs: - python-version: '3.11' - - name: Check out repository - uses: actions/checkout@v4 -+ - name: Set up GitHub CLI -+ run: | -+ curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg -+ sudo apt-key add /usr/share/keyrings/githubcli-archive-keyring.gpg -+ sudo apt-add-repository https://cli.github.com/packages -+ sudo apt-get update -+ sudo apt-get install gh - - name: Prepare test - id: prepare-test - uses: ./.github/actions/prepare-test