From 5f5cb96b968f29991b615195dc22fe23776fd4e8 Mon Sep 17 00:00:00 2001 From: Ying WANG Date: Fri, 6 Oct 2023 18:13:47 +0200 Subject: [PATCH] remove gh to another PR --- .github/workflows/lint-renovate-pr.yml | 3 +++ mimir-build-image/Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint-renovate-pr.yml b/.github/workflows/lint-renovate-pr.yml index 9a8fa161cb0..ff49d988412 100644 --- a/.github/workflows/lint-renovate-pr.yml +++ b/.github/workflows/lint-renovate-pr.yml @@ -39,6 +39,9 @@ jobs: git config --global --add safe.directory '*' git config --global user.email "${{ github.event.pull_request.user.login }}@users.noreply.github.com" git config --global user.name "${{ github.event.pull_request.user.login }}" + + - name: Install the gh cli + uses: ksivamuthu/actions-setup-gh-cli@v2 - name: Checkout Pull Request Branch run: gh pr checkout ${{ github.event.pull_request.number }} diff --git a/mimir-build-image/Dockerfile b/mimir-build-image/Dockerfile index 91bb487acb6..7a225b44a1b 100644 --- a/mimir-build-image/Dockerfile +++ b/mimir-build-image/Dockerfile @@ -9,7 +9,7 @@ FROM golang:1.21.2-bullseye ARG goproxyValue ENV GOPROXY=${goproxyValue} ENV SKOPEO_DEPS="libgpgme-dev libassuan-dev libbtrfs-dev libdevmapper-dev pkg-config" -RUN apt-get update && apt-get install -y curl python3-requests python3-yaml file jq zip unzip protobuf-compiler libprotobuf-dev shellcheck gh libpcap-dev $SKOPEO_DEPS && \ +RUN apt-get update && apt-get install -y curl python3-requests python3-yaml file jq zip unzip protobuf-compiler libprotobuf-dev shellcheck libpcap-dev $SKOPEO_DEPS && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* RUN go install golang.org/x/tools/cmd/goimports@3fce476f0a782aeb5034d592c189e63be4ba6c9e RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -