Skip to content

Commit

Permalink
Comment out builds and keep trying
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 19, 2024
1 parent 109aa04 commit c302361
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,26 @@ concurrency:
cancel-in-progress: true

jobs:
# https://github.com/bcgov-nr/action-builder-ghcr
builds:
name: Builds
runs-on: ubuntu-latest
strategy:
matrix:
package: [backend, frontend]
timeout-minutes: 20
steps:
- uses: bcgov-nr/action-builder-ghcr@v2.2.0
with:
keep_versions: 50
package: ${{ matrix.package }}
tag: ${{ github.event.number }}
tag_fallback: latest
triggers: ('${{ matrix.package }}/')
# # https://github.com/bcgov-nr/action-builder-ghcr
# builds:
# name: Builds
# runs-on: ubuntu-latest
# strategy:
# matrix:
# package: [backend, frontend]
# timeout-minutes: 20
# steps:
# - uses: bcgov-nr/action-builder-ghcr@v2.2.0
# with:
# keep_versions: 50
# package: ${{ matrix.package }}
# tag: ${{ github.event.number }}
# tag_fallback: latest
# triggers: ('${{ matrix.package }}/')

deploy:
name: Deploy
needs: [builds]
# needs: [builds]
secrets: inherit
uses: ./.github/workflows/.deploy.yml

Expand Down
2 changes: 1 addition & 1 deletion backend/openshift.backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ objects:
appver: gwells${NAME_SUFFIX}
deployment: gwells${NAME_SUFFIX}
spec:
containers:
volumes:
- name: migrations
emptyDir:
sizeLimit: 250Mi
containers:
- name: gwells-app${NAME_SUFFIX}
image: 'ghcr.io/bcgov/nr-gwells/backend:54'
volumeMounts:
Expand Down

0 comments on commit c302361

Please sign in to comment.