Skip to content

Commit 9310134

Browse files
chore: punctuation update
1 parent 004b0f9 commit 9310134

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/deployment/mendix-cloud-deploy/deploying-to-mendix-cloud.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@ The [Mendix Platform Status page](https://status.mendix.com/) shows the current
124124

125125
### Build Output Warning: "A Shortened Revision Hash Was Provided" During Deployment
126126

127-
When you deploy an application to Mendix Cloud from Studio Pro, you might encounter a warning in your build output stating: "`WARNING: A shortened revision hash was provided: [id] forcing the infrastructure to do a clone of the entire history`"
127+
When you deploy an application to Mendix Cloud from Studio Pro, you might encounter a warning in your build output stating: "`WARNING: A shortened revision hash was provided: [id] forcing the infrastructure to do a clone of the entire history`."
128128

129129
This warning indicates that a short commit hash was provided when building your deployment package, forcing the build infrastructure to perform a full clone of your repository's entire history. If your repository is large, this can significantly increase build times, potentially leading to a timeout and preventing successful deployment package creation.
130130

131131
To resolve this issue, try one of the following solutions:
132132

133-
* **For Studio Pro versions 9.12.0 – 9.16.1**: Create your deployment package directly from the Mendix Cloud Portal.
133+
* **For Studio Pro versions 9.12.0 – 9.16.1** Create your deployment package directly from the Mendix Cloud Portal.
134134
{{% alert color="info" %}}
135135
This option is not available for Free or Sandbox apps.
136136
{{% /alert %}}
137-
* **Update your Mendix application**: Update your Mendix application to use Studio Pro version 9.17.x or higher.
138-
* **When using the Build API**: If your application uses Git for version control, specify a full commit hash for the `Revision` value in the [Build API](//apidocs-mxsdk/apidocs/backups-api/).
137+
* **Update your Mendix application** Update your Mendix application to use Studio Pro version 9.17.x or higher.
138+
* **When using the Build API** If your application uses Git for version control, specify a full commit hash for the `Revision` value in the [Build API](//apidocs-mxsdk/apidocs/backups-api/).

0 commit comments

Comments
 (0)