Skip to content

Commit

Permalink
Merge pull request #22 from bcgov/workflow-for-be
Browse files Browse the repository at this point in the history
updated for be deployment
  • Loading branch information
habibaz authored Dec 6, 2023
2 parents 47fff48 + e2f78bd commit a7b2a5d
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/.merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,10 @@ jobs:
packages: write
strategy:
matrix:
package: [clamav, scan-backend]
package: [scan-backend]
include:
- package: clamav
triggers: ('containers/clamav')
build_context: ./containers/clamav
- package: scan-backend
triggers: ('/')
build_context: /
build_file: Dockerfile
timeout-minutes: 10
steps:
- uses: bcgov-nr/[email protected]
Expand All @@ -47,11 +43,8 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
name: [clamav, scan-backend]
name: [scan-backend]
include:
- name: clamav
file: containers/clamav/openshift/templates/clamav-dc.yaml
overwrite: true
- name: scan-backend
file: openshift.deploy.yaml
overwrite: true
Expand Down

0 comments on commit a7b2a5d

Please sign in to comment.