Skip to content

Commit

Permalink
Update pg_dump version in cloning job
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Spence authored Nov 5, 2024
1 parent fdcb013 commit 9757e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clone-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "deb [signed-by=/usr/share/keyrings/cli.cloudfoundry.org.gpg] https://packages.cloudfoundry.org/debian stable main" | sudo tee /etc/apt/sources.list.d/cloudfoundry-cli.list
sudo apt-get update
sudo apt-get install cf8-cli postgresql-client
sudo apt-get install cf8-cli postgresql-client-common
# install cg-manage-rds tool
pip install git+https://github.com/cloud-gov/cg-manage-rds.git
Expand Down

0 comments on commit 9757e58

Please sign in to comment.