File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,8 @@ jobs:
151
151
${{ env.CHES_CLIENT_ID }} \
152
152
${{ env.CHES_CLIENT_SECRET }} \
153
153
${{ env.CHES_TOKEN_URL }} \
154
- ${{ env.CHES_ENDPOINT_URL }}
154
+ ${{ env.CHES_ENDPOINT_URL }} \
155
+ ${{ env.BRANCH }}
155
156
156
157
# Start rollout (if necessary) and follow it
157
158
oc rollout restart deployment/${{ env.SPRING_BOOT_IMAGE_NAME }} 2> /dev/null \
Original file line number Diff line number Diff line change @@ -140,7 +140,8 @@ jobs:
140
140
| oc apply -f -
141
141
142
142
curl -s https://raw.githubusercontent.com/bcgov/${{ env.REPO_NAME }}/${{ env.BRANCH }}/tools/config/update-configmap.sh \
143
- | bash /dev/stdin test \
143
+ | bash /dev/stdin \
144
+ test \
144
145
${{ env.APP_NAME }} \
145
146
${{ env.NAMESPACE }} \
146
147
${{ env.COMMON_NAMESPACE }} \
@@ -151,7 +152,8 @@ jobs:
151
152
${{ env.CHES_CLIENT_ID }} \
152
153
${{ env.CHES_CLIENT_SECRET }} \
153
154
${{ env.CHES_TOKEN_URL }} \
154
- ${{ env.CHES_ENDPOINT_URL }}
155
+ ${{ env.CHES_ENDPOINT_URL }} \
156
+ ${{ env.BRANCH }}
155
157
156
158
# Start rollout (if necessary) and follow it
157
159
oc rollout restart deployment/${{ env.SPRING_BOOT_IMAGE_NAME }} 2> /dev/null \
You can’t perform that action at this time.
0 commit comments