Skip to content

Commit

Permalink
Merge pull request #3031 from cisagov/ms/2901-fix-clone-workflow
Browse files Browse the repository at this point in the history
Update pg_dump version in cloning job
  • Loading branch information
Matt-Spence authored Nov 5, 2024
2 parents 0b15c3b + 9757e58 commit f43432e
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 f43432e

Please sign in to comment.