Skip to content

Commit 5d7a3d8

Browse files
author
Gürkan İndibay
authored
Updates tools into v0.8.24 (#329)
1 parent b7c3db0 commit 5d7a3d8

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@v2
2828

2929
- name: Clone tools branch
30-
run: git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools
30+
run: git clone -b v0.8.24 --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@v2
2727

2828
- name: Clone tools branch
29-
run: git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools
29+
run: git clone -b v0.8.24 --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@v2
2626

2727
- name: Clone tools branch
28-
run: git clone -b v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools
28+
run: git clone -b v0.8.24 --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 v0.8.20 --depth=1 https://github.com/citusdata/tools.git tools
31+
run: git clone -b v0.8.24 --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
@@ -27,7 +27,7 @@ jobs:
2727
run: sudo apt-get update && sudo apt install libcurl4-openssl-dev libssl-dev python3-testresources
2828

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

3232
- name: Set git name and email
3333
run: |

0 commit comments

Comments
 (0)