Skip to content

Commit c922373

Browse files
authored
Merge pull request #370 from citusdata/update_tool_tag
Update tools branch reference to v0.8.34 in workflow files
2 parents 21c6b81 + 5fac2a8 commit c922373

6 files changed

Lines changed: 6 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: |

pkgvars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
postgres_18_version=18.1
12
postgres_17_version=17.6
23
postgres_16_version=16.10
34
postgres_15_version=15.14

0 commit comments

Comments
 (0)