Skip to content

Commit

Permalink
Update tools version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanefi committed Jan 14, 2025
1 parent c655212 commit bffa551
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 @@ -50,7 +50,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Clone tools branch
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b main --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 @@ -79,7 +79,7 @@ jobs:
POSTGRES_VERSION: ${{ matrix.POSTGRES_VERSION }}

- name: Clone tools repo for test
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b main --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 @@ -79,7 +79,7 @@ jobs:
POSTGRES_VERSION: ${{ matrix.POSTGRES_VERSION }}

- name: Clone tools repo for test
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b main --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 @@ -49,7 +49,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Clone tools branch
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b main --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 @@ -81,7 +81,7 @@ jobs:
POSTGRES_VERSION: ${{ matrix.POSTGRES_VERSION }}

- name: Clone tools repo for test
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools
run: git clone -b main --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.27 https://github.com/citusdata/tools.git
run: git clone --branch main 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.27 https://github.com/citusdata/tools.git
run: git clone --depth 1 --branch main 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 bffa551

Please sign in to comment.