Skip to content

Commit

Permalink
maybe this?
Browse files Browse the repository at this point in the history
  • Loading branch information
mgwalker committed Feb 9, 2024
1 parent 7d76e03 commit 7a948a4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/reusable_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,7 @@ jobs:
cf_password: ${{ secrets.CF_PASSWORD }}
cf_org: ${{ secrets.CF_ORG }}
cf_space: ${{ inputs.environment }}
command: |
until cf service database | grep -q 'The service instance status is succeeded'
do
echo "Database not up yet, waiting..."
sleep 30
done
command: until cf service database | grep -q 'The service instance status is succeeded'; sleep 30; done;
- name: push to cloud.gov
uses: cloud-gov/cg-cli-tools@main
with:
Expand Down

0 comments on commit 7a948a4

Please sign in to comment.