File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ commands:
1111 steps :
1212 - run :
1313 name : Install Ditto
14- command : pip install --user 'pokeapi-ditto==1.0.2 '
14+ command : pip install --user 'pokeapi-ditto==1.0.3 '
1515 - run :
1616 name : Transform api-data's JSON files to have the correct BASE_URL instead of http://localhost
1717 command : bash -x scripts/transform.sh
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ git branch -D "$BRANCH_NAME" || true
3434git branch " $BRANCH_NAME "
3535git checkout " $BRANCH_NAME "
3636
37- pip install ' pokeapi-ditto==1.0.2 '
37+ pip install ' pokeapi-ditto==1.0.3 '
3838rm -rf ./data
3939ditto clone --src-url http://localhost/ --dest-dir ./data
4040# (╯°□°)╯ *always* assume magikarp failed and grab it again #clowntown
You can’t perform that action at this time.
0 commit comments