Skip to content

Commit

Permalink
fix QR code generation mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
K4zuki committed Sep 12, 2018
1 parent b81e409 commit d077fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
command: |
make initdir
pip3 install qrcode
qr https://github.com/K4zuki/silego-trial-report/releases/download/build-`git rev-parse --short HEAD`/SLG45826TRY-`git rev-parse --short HEAD`.pdf > images/QRcode.png
qr https://github.com/K4zuki/silego-trial-report/releases/download/build-`git rev-parse --short HEAD`/SLG46826TRY-`git rev-parse --short HEAD`.pdf > images/QRcode.png
- run:
name: Make HTML
command: make initdir html
Expand Down

0 comments on commit d077fe9

Please sign in to comment.