mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
cicd: run in shell
This commit is contained in:
parent
caefada677
commit
a2ef2e9fdc
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +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
|
(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