Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthi-aot committed Jan 24, 2025
1 parent 7dce140 commit fd18cb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/openshift/deploy.backend-applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ objects:
kind: ImageStreamTag
name: ${NAME}-${COMPONENT}:${IMAGE_TAG}
selector:
deployment: ${NAME}-${COMPONENT}
matchLabels:
app: ${NAME}-${COMPONENT}
deployment: ${NAME}-${COMPONENT}
strategy:
type: RollingUpdate
template:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-openshift-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- 'dev'
- 'feat/srs-758-newupdate' #test
- 'feat/srs-758-newupdate' #test11

paths:
- 'backend/**'
Expand Down

0 comments on commit fd18cb6

Please sign in to comment.