Skip to content

Commit 0473c41

Browse files
authored
Merge branch 'master' into ihalatci-docker-phase4-token
2 parents 0e624bc + 0cc1d1f commit 0473c41

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

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

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

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

4646
- name: Clone tools branch
47-
run: git clone -b v0.8.34 --depth=1 https://github.com/citusdata/tools.git tools
47+
run: git clone -b v0.8.36 --depth=1 https://github.com/citusdata/tools.git tools
4848

4949
- name: Set git name and email
5050
run: |

0 commit comments

Comments
 (0)