Skip to content

Commit

Permalink
ISSHA-2312 update python version for jira-issue-report
Browse files Browse the repository at this point in the history
  • Loading branch information
takanory committed Mar 14, 2021
1 parent 86ccb1d commit 85a22ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/jira-issue-report/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---

- name: using Python 3.8.8
- name: using Python 3.8.7
set_fact:
PYTHON_VERSION: 3.8.8
PYTHON_VERSION: 3.8.7
APP_DIR: /var/app/pyconjp/jira-issue-report

- name: install python {{ PYTHON_VERSION }} by pyenv
Expand Down

0 comments on commit 85a22ec

Please sign in to comment.