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 2019/10/31 15:46:50 UTC

[airavata] branch master updated: Update staging deploy branch to master

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 405f9c9  Update staging deploy branch to master
405f9c9 is described below

commit 405f9c99949bee8892291ae67368f8e920f4624d
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Thu Oct 31 11:42:21 2019 -0400

    Update staging deploy branch to master
---
 dev-tools/ansible/inventories/scigap/staging/group_vars/all/vars.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/staging/group_vars/all/vars.yml b/dev-tools/ansible/inventories/scigap/staging/group_vars/all/vars.yml
index 5af7d01..d16b919 100644
--- a/dev-tools/ansible/inventories/scigap/staging/group_vars/all/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/staging/group_vars/all/vars.yml
@@ -31,7 +31,7 @@ airavata_source_dir: "{{ user_home }}/staging-source"
 airavata_repo: "https://github.com/apache/airavata.git"
 airavata_dist: "apache-airavata-api-server-0.19-SNAPSHOT"
 airavata_dist_name: "{{ airavata_dist }}-bin.tar.gz"
-git_branch: staging
+git_branch: master
 
 # Database related variables
 db_server: "{{ hostvars[groups['database'][0]]['ansible_default_ipv4']['address'] }}"