Skip to content

Commit

Permalink
Fix JSON typo
Browse files Browse the repository at this point in the history
The request for creating a downstream MR was malformed.
  • Loading branch information
5nord committed Jun 6, 2023
1 parent 2890439 commit 0d8accc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/update-k3
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ curl >mr.json -X POST "${CI_API_V4_URL}/projects/$K3_PROJECT_ID/merge_requests"
"title": $(escapeJSON "${CI_COMMIT_TITLE}"),
"description": $(escapeJSON "${CI_COMMIT_DESCRIPTION}"),
"remove_source_branch": true,
"squash_on_merge": true,
"squash_on_merge": true
}
EOB
cat mr.json
Expand Down

0 comments on commit 0d8accc

Please sign in to comment.