You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2022/12/05 19:32:45 UTC

[airavata] branch develop updated: Ansible: update interactwel django app to master branch

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2f3e62ea3d Ansible: update interactwel django app to master branch
2f3e62ea3d is described below

commit 2f3e62ea3d14c5f4281e63438fa8f645e78342af
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Dec 5 14:32:36 2022 -0500

    Ansible: update interactwel django app to master branch
---
 .../ansible/inventories/scigap/develop/host_vars/interactwel/vars.yml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/interactwel/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/interactwel/vars.yml
index 81852c57fc..428a33e5e7 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/interactwel/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/interactwel/vars.yml
@@ -25,7 +25,7 @@ ssl_certificate_file: "/etc/letsencrypt/live/{{ vhost_servername }}/cert.pem"
 ssl_certificate_chain_file: "/etc/letsencrypt/live/{{ vhost_servername }}/fullchain.pem"
 ssl_certificate_key_file: "/etc/letsencrypt/live/{{ vhost_servername }}/privkey.pem"
 
-interactwel_django_app_branch: "api-integration"
+interactwel_django_app_branch: "master"
 airavata_django_extra_dependencies:
   - name: git+https://github.com/InterACTWEL/interactactwel-django-app.git@{{ interactwel_django_app_branch }}#egg=interactwel-django-app
     editable: true