File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -126,27 +126,27 @@ createDeploymentUpdates()
126126createMergeRequestDesc ()
127127{
128128cat << - EEOOFF > $DESC_FILE
129- #### What:
129+ <b> What:</b>
130130Update Cost Management UI deployments to latest commit
131131
132132Updated deployments:
133133$DEPLOYMENTS
134134
135- #### Why:
135+ <b> Why:</b>
136136To promote new features, latest bug fixes, and dependency updates
137137
138- #### Tickets:
138+ <b> Tickets:</b>
139139N/A
140140
141- #### Validation:
141+ <b> Validation:</b>
142142QE has verified all queued issues
143143EEOOFF
144144}
145145
146146# Use gh in a non-interactive way -- see https://github.com/cli/cli/issues/1718
147147mergeRequest ()
148148{
149- DESC=` sed -e ' :a' -e ' N' -e ' $!ba' -e ' s/\n/ <br>/ g' $DESC_FILE `
149+ DESC=` sed -e ' :a' -e ' N' -e ' $!ba' -e ' s|\n| <br/>| g' $DESC_FILE `
150150
151151 echo " \n*** Pushing $SOURCE_BRANCH ..."
152152
@@ -305,9 +305,9 @@ updateDeploySHA()
305305 fi
306306
307307 echo " \n*** Releasing $APP_INTERFACE with SHA updates for...\n"
308-
309308 createDeploymentUpdates
310309 cat $DEPLOYMENTS_FILE
310+ echo
311311
312312 cloneAppInterface
313313 cloneKokuUI
You can’t perform that action at this time.
0 commit comments