We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df322c commit 47773d9Copy full SHA for 47773d9
2 files changed
.circleci/config.yml
@@ -11,7 +11,7 @@ commands:
11
steps:
12
- run:
13
name: Install Ditto
14
- command: pip install --user 'pokeapi-ditto==1.0.2'
+ command: pip install --user 'pokeapi-ditto==1.0.3'
15
16
name: Transform api-data's JSON files to have the correct BASE_URL instead of http://localhost
17
command: bash -x scripts/transform.sh
updater/cmd.bash
@@ -34,7 +34,7 @@ git branch -D "$BRANCH_NAME" || true
34
git branch "$BRANCH_NAME"
35
git checkout "$BRANCH_NAME"
36
37
-pip install 'pokeapi-ditto==1.0.2'
+pip install 'pokeapi-ditto==1.0.3'
38
rm -rf ./data
39
ditto clone --src-url http://localhost/ --dest-dir ./data
40
# (╯°□°)╯ *always* assume magikarp failed and grab it again #clowntown
0 commit comments