Skip to content

Commit

Permalink
Updates tools version into v0.8.27 in nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Jul 17, 2023
1 parent 5bf4445 commit 47a556b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-citus-community-nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

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

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

0 comments on commit 47a556b

Please sign in to comment.