Skip to content

Commit

Permalink
Update create-user-db.yml
Browse files Browse the repository at this point in the history
undid previous changes to see if we get old error
  • Loading branch information
BMG93 authored Apr 23, 2024
1 parent 3f709c7 commit cd1f51a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/create-user-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ jobs:
run: 'gcloud sql users create ${{ steps.generate-db-id.outputs.number }} --instance=idp-postgres-db --password=${{ steps.generate-db-pw.outputs.password }}'
- name: 'pg login to db'
continue-on-error: true
run: |
'gcloud sql connect idp-postgres-db --user=postgres'
''
run: 'gcloud sql connect idp-postgres-db --user=postgres'
- name: 'pg grant db user permission on db'
continue-on-error: true
run: 'GRANT CONNECT ON DATABASE ${{ steps.generate-db-id.outputs.number }} TO ${{ steps.generate-db-id.outputs.number }};'
Expand Down

0 comments on commit cd1f51a

Please sign in to comment.