Skip to content

Commit 36ce6c9

Browse files
authored
Merge pull request #1167 from citusdata/all-citus-patch-1
update tools tag
2 parents 57bc6d6 + 8018fb8 commit 36ce6c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-citus-community-nightlies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
password: ${{ secrets.DOCKERHUB_PASSWORD }}
4343

4444
- name: Clone tools branch
45-
run: git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
45+
run: git clone -b v0.8.35 --depth=1 https://github.com/citusdata/tools.git tools
4646

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

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v3
3939

4040
- name: Clone tools branch
41-
run: git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
41+
run: git clone -b v0.8.35 --depth=1 https://github.com/citusdata/tools.git tools
4242

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

.github/workflows/update_package_properties.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
4040

4141
- name: Clone tools branch
42-
run: git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
42+
run: git clone -b v0.8.35 --depth=1 https://github.com/citusdata/tools.git tools
4343

4444
- name: Set git name and email
4545
run: |

0 commit comments

Comments
 (0)