We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc401a7 commit 5bb2957Copy full SHA for 5bb2957
1 file changed
dev/tasks/README.md
@@ -127,7 +127,7 @@ The script does the following:
127
to build conda recipes on linux it will create a new branch:
128
`crossbow@build-<id>-conda-linux`.
129
3. Pushes the modified branches to GitHub which triggers the builds.
130
- For authentication it uses github oauth tokens described in the install
+ For authentication it uses GitHub OAuth tokens described in the install
131
section.
132
133
@@ -166,7 +166,7 @@ Just render without applying or committing the changes:
166
$ python crossbow.py submit --dry-run task_name
167
```
168
169
-Run only `conda` package builds and a linux one:
+Run only `conda` package builds and a Linux one:
170
171
```bash
172
$ python crossbow.py submit -g conda centos-7
0 commit comments