Skip to content

Commit

Permalink
Updated develop branch name
Browse files Browse the repository at this point in the history
Signed-off-by: ase-101 <[email protected]>
  • Loading branch information
ase-101 committed Dec 18, 2024
1 parent b54a11c commit db23cfd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Maven Package upon a push](https://github.com/mosip/esignet/actions/workflows/push_trigger.yml/badge.svg?branch=release-1.5.x)](https://github.com/mosip/esignet/actions/workflows/push_trigger.yml)
[![Maven Package upon a push](https://github.com/mosip/esignet/actions/workflows/push_trigger.yml/badge.svg?branch=develop)](https://github.com/mosip/esignet/actions/workflows/push_trigger.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mosip_esignet&id=mosip_esignet&metric=alert_status)](https://sonarcloud.io/dashboard?id=mosip_esignet)
# eSignet Project
## Overview
Expand Down
4 changes: 2 additions & 2 deletions docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
- database

esignet:
image: 'mosipdev/esignet:release-1.5.x'
image: 'mosipdev/esignet:develop'
user: root
ports:
- 8088:8088
Expand All @@ -41,7 +41,7 @@ services:
- mock-identity-system

esignet-ui:
image: 'mosipdev/oidc-ui:release-1.5.x'
image: 'mosipdev/oidc-ui:develop'
user: root
ports:
- 3000:3000
Expand Down
1 change: 1 addition & 0 deletions docs/esignet-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4410,6 +4410,7 @@ paths:
- unknown_error
- invalid_individual_id
- send_otp_failed
- invalid_captcha
errorMessage:
type: string
required:
Expand Down

0 comments on commit db23cfd

Please sign in to comment.