File tree Expand file tree Collapse file tree 4 files changed +8
-19
lines changed
Expand file tree Collapse file tree 4 files changed +8
-19
lines changed Original file line number Diff line number Diff line change 11version : 2.1
22
33executors :
4- python36 :
4+ python3 :
55 docker :
6- - image : cimg/python:3.6.15
6+ - image : cimg/python:3.12.3
77
88commands :
99 ditto-transform :
1010 description : Run Ditto in order to transform the BASE_URL instead of http://localhost
1111 steps :
1212 - run :
13- name : Install requirements.txt
14- command : pip install --user -r requirements.txt
13+ name : Install Ditto
14+ command : pip install --user 'pokeapi-ditto==1.0.2'
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
1818
1919jobs :
2020 test :
21- executor : python36
21+ executor : python3
2222 steps :
2323 - checkout
2424 - ditto-transform
2525 build-and-deploy :
26- executor : python36
26+ executor : python3
2727 steps :
2828 - checkout
2929 - ditto-transform
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ git branch -D "$BRANCH_NAME" || true
3434git branch " $BRANCH_NAME "
3535git checkout " $BRANCH_NAME "
3636
37- pip install -r requirements.txt
38- rm -r ./data
37+ pip install ' pokeapi-ditto==1.0.2 '
38+ rm -rf ./data
3939ditto clone --src-url http://localhost/ --dest-dir ./data
4040# (╯°□°)╯ *always* assume magikarp failed and grab it again #clowntown
4141ditto clone --src-url http://localhost/ --dest-dir ./data --select pokemon/129
You can’t perform that action at this time.
0 commit comments