Skip to content

Commit 97a976b

Browse files
authored
Update Processors_CI_CD_Prod_Workflow.yaml
Signed-off-by: sandhami <[email protected]>
1 parent d27fb64 commit 97a976b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Processors_CI_CD_Prod_Workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
116116
- name: Clone & Build knowhow-common dependency
117117
run: |
118-
BRANCH_TO_CLONE="${{ github.event.inputs.knowhow_common_branch }}"
118+
BRANCH_TO_CLONE="${{ github.event.inputs.release_tag }}"
119119
git clone --branch $BRANCH_TO_CLONE https://github.com/PublicisSapient/knowhow-common.git
120120
cd knowhow-common
121121
mvn clean install -Ddockerfile.skip=true
@@ -576,4 +576,4 @@ jobs:
576576
- name: Deploy DevOps Processor
577577
run: |
578578
argocd app sync $DEVOPS_NAME-${{ github.event.inputs.env }}
579-
argocd app wait $DEVOPS_NAME-${{ github.event.inputs.env }} --health --timeout 1200
579+
argocd app wait $DEVOPS_NAME-${{ github.event.inputs.env }} --health --timeout 1200

0 commit comments

Comments
 (0)