File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -175,5 +175,10 @@ as they often have to build for a more broad set of scenarios than the original
175
175
Rather than making a new branch and modifying a ` config.env ` file, you can run a patch build as follows:
176
176
177
177
``` bash
178
- evergreen patch -p ai-ml-pipelin-testing --param REPO_ORG=" <my-org>" --param REPO_BRANCH=" <my-branch>" -y " <my-message>"
178
+ evergreen patch -p ai-ml-pipeline-testing --param REPO_ORG=" <my-org>" --param REPO_BRANCH=" <my-branch>" -y -d " <my-message>"
179
+ ```
180
+
181
+ For example
182
+ ``` bash
183
+ evergreen patch -p ai-ml-pipeline-testing --param REPO_ORG=caseyclements --param REPO_NAME=" langchain-mongodb" --param REPO_BRANCH=" INTPYTHON-629" -y -d " Increased retries to 4."
179
184
```
You can’t perform that action at this time.
0 commit comments