File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments