Skip to content

Commit

Permalink
Updates tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Jul 17, 2023
1 parent 716f03c commit 8930eab
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-citus-community-nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Clone tools branch
run: git clone -b v0.8.26 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools

- name: Clone build branch
run: git clone -b "${MAIN_BRANCH}" --depth=1 https://github.com/citusdata/packaging.git packaging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
POSTGRES_VERSION: ${{ matrix.POSTGRES_VERSION }}

- name: Clone tools repo for test
run: git clone -b v0.8.26 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools

- name: Execute packaging tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
POSTGRES_VERSION: ${{ matrix.POSTGRES_VERSION }}

- name: Clone tools repo for test
run: git clone -b v0.8.26 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools

- name: Execute packaging tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pgazure-nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Clone tools branch
run: git clone -b v0.8.26 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools

- name: Clone build branch
run: git clone -b "${MAIN_BRANCH}" --depth=1 https://github.com/citusdata/packaging.git packaging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image-health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
POSTGRES_VERSION: ${{ matrix.POSTGRES_VERSION }}

- name: Clone tools repo for test
run: git clone -b v0.8.26 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools

- name: Execute packaging tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pgxn-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: sudo apt install libcurl4-openssl-dev libssl-dev

- name: Clone Tools branch
run: git clone --branch v0.8.26 https://github.com/citusdata/tools.git
run: git clone --branch v0.8.27 https://github.com/citusdata/tools.git

- name: Install Python requirements
run: python -m pip install -r tools/packaging_automation/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_package_properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# Runs a single command using the runners shell
- name: Clone Tools branch
run: git clone --depth 1 --branch v0.8.26 https://github.com/citusdata/tools.git
run: git clone --depth 1 --branch v0.8.27 https://github.com/citusdata/tools.git

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

0 comments on commit 8930eab

Please sign in to comment.