Skip to content

Commit

Permalink
Bump default kpi_git_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisRayM committed Oct 5, 2021
1 parent 2c376c1 commit 4556af4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ kpi_python_version: python{{ kpi_python_source_version }}
kpi_checkout_path: "{{ kpi_versioned_path }}/{{ kpi_git_branch }}"
kpi_app_path: "{{ kpi_system_user_home }}/app"
kpi_versioned_path: "{{ kpi_app_path }}-versioned"
kpi_git_branch: kpi_2.0
kpi_git_branch: "ona-custom-changes"
kpi_service_name: "{{ kpi_system_user }}"
kpi_venv_path: "{{ kpi_system_user_home }}/.virtualenvs/{{ kpi_service_name }}"
kpi_nvm_install_path: "{{ kpi_system_user_home }}/.nvm"
Expand Down
1 change: 0 additions & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@
kpi_pgsql_password: kpi
kpi_enable_monitoring: false
kpi_git_url: "https://github.com/onaio/kpi.git"
kpi_git_branch: "kpi_2.0"

0 comments on commit 4556af4

Please sign in to comment.