Skip to content

Commit

Permalink
Updates tools version to pass env
Browse files Browse the repository at this point in the history
variable
  • Loading branch information
gurkanindibay committed Sep 5, 2023
1 parent b7a9acb commit 673f909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pgazure-nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 673f909

Please sign in to comment.