Rework CREW_TESTING_* variables and crew update process (#8809)

* Rework CREW_TESTING_* variables and crew update process

* Remove unused CREW_GITHUB_* variables
This commit is contained in:
Maximilian Downey Twiss
2023-10-21 03:15:11 +11:00
committed by GitHub
parent ebddd94b92
commit 84792a5a5e
3 changed files with 7 additions and 28 deletions

View File

@@ -25,7 +25,7 @@ Works properly:
### Run the following to get this pull request's changes locally for testing.
```
CREW_TESTING_REPO=https://github.com/<Please_enter_the_name_of_your_repo>/chromebrew.git CREW_TESTING_BRANCH=<Please_enter_the_branch_name_for_this_PR> CREW_TESTING=1 crew update
CREW_REPO=https://github.com/<Please_enter_the_name_of_your_repo>/chromebrew.git CREW_BRANCH=<Please_enter_the_branch_name_for_this_PR> crew update
```
<!--