mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 22:24:16 +00:00
play: checkout staging
This commit is contained in:
parent
60813dbd5b
commit
b2ccfb86c7
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ notify_engine_pr() {
|
|||
# Run the updater script (https://github.com/PokeAPI/api-data/blob/master/updater/cmd.bash) which will generate the new pokeapi data and push it to the api-data repository under a new branch
|
||||
run_updater() {
|
||||
cd "${data_repo}/updater" || cleanexit 1 "Failed to cd"
|
||||
|
||||
git checkout staging # TODO: remove
|
||||
# Wait to be sure PokeAPI/pokeapi:origin/master has been updated on Github with the lastest merged PR content
|
||||
sleep 10
|
||||
|
||||
|
|
Loading…
Reference in a new issue