Skip to content

Commit

Permalink
Merge pull request #448 from project-koku/release_prod-stable.5649
Browse files Browse the repository at this point in the history
Deployment commit for prod-stable
  • Loading branch information
dlabrecq authored Sep 12, 2024
2 parents 46d0786 + 9ef8b77 commit aa08f18
Show file tree
Hide file tree
Showing 6 changed files with 251 additions and 333 deletions.
2 changes: 1 addition & 1 deletion .tekton/koku-frontend-mfe-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ spec:
- name: name
value: prefetch-dependencies
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.1@sha256:058a59f72997c9cf1be20978eb6a145d8d4d436c6098f2460bd96766bb363b20
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.1@sha256:fd1fda0dcf53938860ae6fcba37f5572ae25ae02dba44c15754fb7ba7549fb5c
- name: kind
value: task
resolver: bundles
Expand Down
2 changes: 1 addition & 1 deletion .tekton/koku-frontend-mfe-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ spec:
- name: name
value: prefetch-dependencies
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.1@sha256:058a59f72997c9cf1be20978eb6a145d8d4d436c6098f2460bd96766bb363b20
value: quay.io/konflux-ci/tekton-catalog/task-prefetch-dependencies:0.1@sha256:fd1fda0dcf53938860ae6fcba37f5572ae25ae02dba44c15754fb7ba7549fb5c
- name: kind
value: task
resolver: bundles
Expand Down
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default [{
radix: ['error', 'as-needed'],
'react-hooks/exhaustive-deps': 0,
'react/display-name': 0,

'react/no-is-mounted': 0,
'react/no-unescaped-entities': ['error', {
forbid: ['>', '}'],
}],
Expand Down
Loading

0 comments on commit aa08f18

Please sign in to comment.