Skip to content

Commit 1adad95

Browse files
INTPYTHON-631 Fix Typos in new evergreen patch instructions (#73)
1 parent 5dfdaee commit 1adad95

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,10 @@ as they often have to build for a more broad set of scenarios than the original
175175
Rather than making a new branch and modifying a `config.env` file, you can run a patch build as follows:
176176

177177
```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."
179184
```

0 commit comments

Comments
 (0)