mirror of
https://github.com/PokeAPI/api-data.git
synced 2024-11-22 07:32:30 +01:00
chore: bump ditto to 1.0.3
This commit is contained in:
parent
0df322c83e
commit
47773d99b5
@ -11,7 +11,7 @@ commands:
|
||||
steps:
|
||||
- run:
|
||||
name: Install Ditto
|
||||
command: pip install --user 'pokeapi-ditto==1.0.2'
|
||||
command: pip install --user 'pokeapi-ditto==1.0.3'
|
||||
- run:
|
||||
name: Transform api-data's JSON files to have the correct BASE_URL instead of http://localhost
|
||||
command: bash -x scripts/transform.sh
|
||||
|
@ -34,7 +34,7 @@ git branch -D "$BRANCH_NAME" || true
|
||||
git branch "$BRANCH_NAME"
|
||||
git checkout "$BRANCH_NAME"
|
||||
|
||||
pip install 'pokeapi-ditto==1.0.2'
|
||||
pip install 'pokeapi-ditto==1.0.3'
|
||||
rm -rf ./data
|
||||
ditto clone --src-url http://localhost/ --dest-dir ./data
|
||||
# (╯°□°)╯ *always* assume magikarp failed and grab it again #clowntown
|
||||
|
Loading…
Reference in New Issue
Block a user