Skip to content

Commit

Permalink
Bump tools branch to v0.8.31 in CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Jan 23, 2025
1 parent d1ea62e commit 4537112
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-citus-community-nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- ubuntu/bionic
- ubuntu/focal
- ubuntu/jammy

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -45,7 +45,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Clone tools branch
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.31 --depth=1 https://github.com/citusdata/tools.git tools

- name: Install package dependencies
run: sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
Expand All @@ -63,4 +63,4 @@ jobs:
--passphrase "${PACKAGING_PASSPHRASE}" \
--output_dir "$(pwd)/packages/" \
--input_files_dir "$(pwd)"
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v3

- name: Clone tools branch
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.31 --depth=1 https://github.com/citusdata/tools.git tools

- name: Install package dependencies
run: sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
Expand Down

0 comments on commit 4537112

Please sign in to comment.