Skip to content

Commit

Permalink
Merge pull request #307 from VSIVAKALYAN/release-1.2.1.x
Browse files Browse the repository at this point in the history
[MOSIP-29946] Update push-trigger.yml
  • Loading branch information
ckm007 authored May 27, 2024
2 parents f0e0549 + 5d04e51 commit 8922735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
-e SU_USER=postgres \
-e DML_FLAG=true \
-e GIT_REPO_URL=https://github.com/mosip/admin-services.git \
-e GIT_BRANCH=develop \
-e GIT_BRANCH=release-1.2.1.x \
-e SU_USER_PWD=${{ env.SU_USER_PWD }} \
-e DBUSER_PWD=${{ env.DBUSER_PWD }} \
mosipdev/postgres-init:develop
Expand Down Expand Up @@ -98,4 +98,4 @@ jobs:
- name: Print Logs of masterdata_loader
run: |
# Display masterdata_loader logs
docker logs -f masterdata_loader
docker logs -f masterdata_loader

0 comments on commit 8922735

Please sign in to comment.