Skip to content

Commit 7148e32

Browse files
knieczyszczakfrantuma
authored andcommitted
SWG-13871 missing quote added
1 parent 092daa7 commit 7148e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
-H "Authorization: Bearer ${TOKEN}" \
106106
-H 'Content-Type: application/json-patch+json' \
107107
"https://${RANCHER_HOST}/k8s/clusters/${CLUSTER_ID}/apis/apps/v1/namespaces/${NAMESPACE_NAME}/${K8S_OBJECT_TYPE}/${K8S_OBJECT_NAME}" \
108-
-d "[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/0/image\", \"value\": \"${image}\"}, {\"op\":\"add\",\"path\":\"/spec/template/spec/containers/0/env\",\"value\":[{\"name\":\"BUGSNAG_API_KEY\",\"value\":\"${BUGSNAG_API_KEY}\"},{\"name\":\"notifierClass\",\"value\":\io.swagger.petstore.notification.BugSnagNotifier\"}]}]"
108+
-d "[{\"op\": \"replace\", \"path\": \"/spec/template/spec/containers/0/image\", \"value\": \"${image}\"}, {\"op\":\"add\",\"path\":\"/spec/template/spec/containers/0/env\",\"value\":[{\"name\":\"BUGSNAG_API_KEY\",\"value\":\"${BUGSNAG_API_KEY}\"},{\"name\":\"notifierClass\",\"value\":\"io.swagger.petstore.notification.BugSnagNotifier\"}]}]"
109109
then
110110
echo 'ERROR - image update k8s API call failed!'
111111
echo "Exiting build..."

0 commit comments

Comments
 (0)