From 673f90945b92a5fde2a7fbc7056f91b1c2803f41 Mon Sep 17 00:00:00 2001 From: gindibay Date: Tue, 5 Sep 2023 18:38:22 +0300 Subject: [PATCH] Updates tools version to pass env variable --- .github/workflows/build-pgazure-nightlies.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pgazure-nightlies.yml b/.github/workflows/build-pgazure-nightlies.yml index 7e4e6236..c2caaea4 100644 --- a/.github/workflows/build-pgazure-nightlies.yml +++ b/.github/workflows/build-pgazure-nightlies.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # This step is to fetch the images unanonymously to have higher bandwidth - name: Login to Docker Hub @@ -46,7 +46,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Clone tools branch - run: git clone -b v0.8.25 --depth=1 https://github.com/citusdata/tools.git tools + run: git clone -b pg_azure_repo_change --depth=1 https://github.com/citusdata/tools.git tools - name: Install package dependencies run: sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev libssl-dev python3-testresources