Skip to content

Commit 93d892b

Browse files
committed
Update tools branch reference to v0.8.34 in workflow files
1 parent 21c6b81 commit 93d892b

5 files changed

Lines changed: 5 additions & 5 deletions

.github/workflows/publish_docker_images_cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Clone tools branch
30-
run: git clone -b release-13.0 --depth=1 https://github.com/citusdata/tools.git tools
30+
run: git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
3131

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

.github/workflows/publish_docker_images_on_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Clone tools branch
29-
run: git clone -b release-13.0 --depth=1 https://github.com/citusdata/tools.git tools
29+
run: git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
3030

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

.github/workflows/publish_docker_images_on_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Clone tools branch
28-
run: git clone -b release-13.0 --depth=1 https://github.com/citusdata/tools.git tools
28+
run: git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
2929

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

.github/workflows/publish_docker_images_on_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ref: master
2929

3030
- name: Clone tools branch
31-
run: git clone -b release-13.0 --depth=1 https://github.com/citusdata/tools.git tools
31+
run: git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
3232

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

.github/workflows/update_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
3232

3333
- name: Clone tools branch
34-
run: git clone -b release-13.0 --depth=1 https://github.com/citusdata/tools.git tools
34+
run: git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
3535

3636
- name: Set git name and email
3737
run: |

0 commit comments

Comments
 (0)