mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
Merge pull request #3031 from cisagov/ms/2901-fix-clone-workflow
Update pg_dump version in cloning job
This commit is contained in:
commit
f43432ea9a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clone-staging.yaml
vendored
2
.github/workflows/clone-staging.yaml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue