Skip to content

Commit f4c0e70

Browse files
committed
testing new tools changes
1 parent 9a5de21 commit f4c0e70

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
password: ${{ secrets.DOCKERHUB_PASSWORD }}
5252

5353
- name: Clone tools branch
54-
run: git clone -b v0.8.33 --depth=1 https://github.com/citusdata/tools.git tools
54+
run: git clone -b v0.8.33-dev --depth=1 https://github.com/citusdata/tools.git tools
5555

5656
- name: Clone build branch
5757
run: git clone -b "${MAIN_BRANCH}" --depth=1 https://github.com/citusdata/packaging.git packaging

.github/workflows/build-package-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
POSTGRES_VERSION: ${{ matrix.POSTGRES_VERSION }}
8282

8383
- name: Clone tools repo for test
84-
run: git clone -b v0.8.33 --depth=1 https://github.com/citusdata/tools.git tools
84+
run: git clone -b v0.8.33-dev --depth=1 https://github.com/citusdata/tools.git tools
8585

8686
- name: Execute packaging tests
8787
run: |

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
POSTGRES_VERSION: ${{ matrix.POSTGRES_VERSION }}
8282

8383
- name: Clone tools repo for test
84-
run: git clone -b v0.8.33 --depth=1 https://github.com/citusdata/tools.git tools
84+
run: git clone -b v0.8.33-dev --depth=1 https://github.com/citusdata/tools.git tools
8585

8686
- name: Execute packaging tests
8787
run: |

.github/workflows/build-pgazure-nightlies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
password: ${{ secrets.DOCKERHUB_PASSWORD }}
5050

5151
- name: Clone tools branch
52-
run: git clone -b v0.8.33 --depth=1 https://github.com/citusdata/tools.git tools
52+
run: git clone -b v0.8.33-dev --depth=1 https://github.com/citusdata/tools.git tools
5353

5454
- name: Clone build branch
5555
run: git clone -b "${MAIN_BRANCH}" --depth=1 https://github.com/citusdata/packaging.git packaging

.github/workflows/image-health-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
POSTGRES_VERSION: ${{ matrix.POSTGRES_VERSION }}
8484

8585
- name: Clone tools repo for test
86-
run: git clone -b v0.8.33 --depth=1 https://github.com/citusdata/tools.git tools
86+
run: git clone -b v0.8.33-dev --depth=1 https://github.com/citusdata/tools.git tools
8787

8888
- name: Execute packaging tests
8989
run: |

.github/workflows/update-pgxn-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: sudo apt install libcurl4-openssl-dev libssl-dev
2323

2424
- name: Clone Tools branch
25-
run: git clone --branch v0.8.33 https://github.com/citusdata/tools.git
25+
run: git clone --branch v0.8.33-dev https://github.com/citusdata/tools.git
2626

2727
- name: Install Python requirements
2828
run: python -m pip install -r tools/packaging_automation/requirements.txt

.github/workflows/update_package_properties.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# Runs a single command using the runners shell
2525
- name: Clone Tools branch
26-
run: git clone --depth 1 --branch v0.8.33 https://github.com/citusdata/tools.git
26+
run: git clone --depth 1 --branch v0.8.33-dev https://github.com/citusdata/tools.git
2727

2828
# Runs a set of commands using the runners shell
2929
- name: Execute Package Properties Update

0 commit comments

Comments
 (0)