We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954e80f commit 9af51bfCopy full SHA for 9af51bf
1 file changed
.github/workflows/build-citus-community-nightlies.yml
@@ -66,7 +66,7 @@ jobs:
66
password: ${{ secrets.DOCKERHUB_PASSWORD }}
67
68
- name: Clone tools repo for test
69
- run: git clone -b v0.8.35 --depth=1 https://github.com/citusdata/tools.git tools
+ run: git clone -b brk-test --depth=1 https://github.com/citusdata/tools.git tools
70
71
- name: Clone build branch
72
run: git clone -b "${MAIN_BRANCH}" --depth=1 https://github.com/citusdata/packaging.git packaging
0 commit comments