Skip to content

Commit

Permalink
Updates pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
sedagundogdu committed Jan 24, 2025
1 parent 3252259 commit 6fdfb91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 main https://github.com/citusdata/tools.git
run: git clone --branch v0.8.31 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 main https://github.com/citusdata/tools.git
run: git clone --depth 1 --branch v0.8.31 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 6fdfb91

Please sign in to comment.