mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-12 23:07:17 +00:00
cicd: test updater staging script
This commit is contained in:
parent
ae88bdd55d
commit
caefada677
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ get_invokator_pr_number() {
|
||||||
# Clone the repository containing the static JSON files
|
# Clone the repository containing the static JSON files
|
||||||
clone() {
|
clone() {
|
||||||
git clone "https://github.com/${org}/${data_repo}.git" "$data_repo"
|
git clone "https://github.com/${org}/${data_repo}.git" "$data_repo"
|
||||||
|
cd "$data_repo" && git checkout staging
|
||||||
}
|
}
|
||||||
|
|
||||||
# Configure git to use the supplied user when committing
|
# Configure git to use the supplied user when committing
|
||||||
|
|
Loading…
Reference in a new issue