Skip to content

Commit

Permalink
fix(ci): unnecessary param, allow pr-open to skip fail on no db user (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 14, 2025
1 parent fc28c7b commit 6ef6810
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/.deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ on:
type: string
oc_server:
default: https://api.silver.devops.gov.bc.ca:6443
description: 'OpenShift server'
description: OpenShift server
required: false
type: string
params:
description: 'Extra parameters to pass to helm upgrade'
default: ''
description: Extra parameters to pass to helm upgrade
required: false
type: string
tag:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
--set global.autoscaling=true
--set frontend.pdb.enabled=true
--set backend.pdb.enabled=true
promote: prod
tag: ${{ inputs.tag }}

promote:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
oc project ${{ secrets.oc_namespace }} # Safeguard!
- name: Remove PR user and database from crunchy
continue-on-error: true
shell: bash
run: |
# check if postgres-crunchy exists or else exit
Expand Down

0 comments on commit 6ef6810

Please sign in to comment.