Skip to content

Commit 93f7df0

Browse files
author
Gürkan İndibay
authored
Bump tools branch to v0.8.31 in gh_actions pipelines (#1119)
* Bump tools branch to v0.8.31 in update_package_properties.yml * Bump tools branch to v0.8.31 in CI workflows
1 parent 1ea2d13 commit 93f7df0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- ubuntu/bionic
3333
- ubuntu/focal
3434
- ubuntu/jammy
35-
35+
3636
steps:
3737
- name: Checkout repository
3838
uses: actions/checkout@v3
@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.DOCKERHUB_PASSWORD }}
4646

4747
- name: Clone tools branch
48-
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
48+
run: git clone -b v0.8.31 --depth=1 https://github.com/citusdata/tools.git tools
4949

5050
- name: Install package dependencies
5151
run: sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources
@@ -63,4 +63,4 @@ jobs:
6363
--passphrase "${PACKAGING_PASSPHRASE}" \
6464
--output_dir "$(pwd)/packages/" \
6565
--input_files_dir "$(pwd)"
66-
66+

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v3
4242

4343
- name: Clone tools branch
44-
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
44+
run: git clone -b v0.8.31 --depth=1 https://github.com/citusdata/tools.git tools
4545

4646
- name: Install package dependencies
4747
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.26 --depth=1 https://github.com/citusdata/tools.git tools
42+
run: git clone -b v0.8.31 --depth=1 https://github.com/citusdata/tools.git tools
4343

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

0 commit comments

Comments
 (0)