Commit a0c2c77 1 parent 7d0994d commit a0c2c77 Copy full SHA for a0c2c77
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ Assuming your remote is called `origin` (you can find out more with `git remote
15
15
16
16
- Run default builds and tests for a particular buildspec - also commits and pushes changes to remote; Example:
17
17
18
- ` python src/prepare_dlc_dev_environment.py -bc </path/to/buildspec.yml> -p origin `
18
+ ` python src/prepare_dlc_dev_environment.py -b </path/to/buildspec.yml> -cp origin `
19
19
20
20
- Enable specific tests for a buildspec or set of buildspecs - also commits and pushes changes to remote; Example:
21
21
22
- ` python src/prepare_dlc_dev_environment.py -bc </path/to/buildspec.yml> -t sanity_tests -p origin `
22
+ ` python src/prepare_dlc_dev_environment.py -b </path/to/buildspec.yml> -t sanity_tests -cp origin `
23
23
24
24
- Restore TOML file when ready to merge
25
25
You can’t perform that action at this time.
0 commit comments